.NET 4.0運行.NET 2.0兼容方法

須要在相同目錄下放一個.config文件,例如xxx.exe,就須要一個xxx.exe.config文件,內容以下:
web

  1. <?xml version="1.0"?>
  2. <configuration>
  3. <startup useLegacyV2RuntimeActivationPolicy="true">
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  5. </startup>
  6. </configuration>
複製代碼

http://msdn.microsoft.com/zh-cn/library/w4atty68.aspxurl

相關文章
相關標籤/搜索