Add <startup> tag to the bottom of app.config file
<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Solutions to common programming problems in Java, C#, .Net, Python, SQL, Excel/VBA and other languages.
Add <startup> tag to the bottom of app.config file
<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
0 comments:
Post a Comment