Hi!
I had the same issue and added in the app.config the following code:
However, it fails when I specify the full path (e.g. \MyServer\MyPluggins) and I can't find why.
I had the same issue and added in the app.config the following code:
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
Things are working fine when accessing a Mapped networked place (e.g. x:\MyPluggins).However, it fails when I specify the full path (e.g. \MyServer\MyPluggins) and I can't find why.