Skip to content

Instantly share code, notes, and snippets.

@fraga
Created July 8, 2011 15:58
Show Gist options
  • Save fraga/1072137 to your computer and use it in GitHub Desktop.
Save fraga/1072137 to your computer and use it in GitHub Desktop.
app.config file for .net 4.0 and activating legacy v2 policy
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">"<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
@Ezek1958
Copy link

Ezek1958 commented May 4, 2020

Useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment