C# XAML Assemblies from remote location
Following on from this question. It may seem that the issue lies with my project files/assemblies being stored on a network location, and due to the fact that assemblies run from a remote location are loaded partially trusted.
I have looked at this link, which states to put the following in the config file:
loadFromRemoteSources enabled="true"
I have done this in the app.config file, but nothing has happened. One thing that made me think, was that in the config file, intellisense was working fine, but there was开发者_C百科 no element called loadFromRemoteSources in the list. Am I missing something here?
Thanks.
精彩评论