Skip to content

Commit

Permalink
Enabling full trust for assemblies loaded from remote sources (e.g. n…
Browse files Browse the repository at this point in the history
…etwork shares)
  • Loading branch information
agross committed Feb 1, 2013
1 parent fba25c2 commit 595c504
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Machine.Specifications.ConsoleRunner/App.config
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<startup useLegacyV2RuntimeActivationPolicy="true"> <startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" /> <supportedRuntime version="v4.0"/>
</startup> </startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration> </configuration>

0 comments on commit 595c504

Please sign in to comment.