Is .NET 4.0 Compatible with Windows XP SP2 or below? [closed]

佐手、 提交于 2019-11-26 22:20:57

.NET 3.5 will give you compatibility with XP SP2. If you want compatibility with any level of XP, you need to go all the way back to .NET 2.0.

.NET 3.5 requirements can be found here: http://msdn.microsoft.com/en-us/library/cc160717(VS.90).aspx

.NET 3.0 requirements can be found here: http://msdn.microsoft.com/en-us/library/aa480198.aspx

  • .NET 4.0 requires XP SP3, Win2k3 SP2, Vista, 7, or 2008(R2)
  • .NET 3.5 requires XP SP2 or newer.
  • .NET 2.0 requires Win2K SP(3?) or newer.

Incidentally, XP SP2 is no longer supported. (also; all versions of Win2K, and Vista XP1)

As far as I know, 3.5 was the last version to support WinXP SP2.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!