Skip to content

Commit d6ede99

Browse files
committed
Adding legacy runtime activation to try and fix problem on the build server
http://stackoverflow.com/questions/20111881/failed-to-load-c-module-in-new-appdomain
1 parent b70f404 commit d6ede99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AzureWebFarm.OctopusDeploy.Tests/app.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<startup useLegacyV2RuntimeActivationPolicy="true">
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
5+
</startup>
36
<runtime>
47
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
58
<dependentAssembly>

0 commit comments

Comments
 (0)