can .net framework 4 works on top of windows xp?

会有一股神秘感。 提交于 2019-12-31 01:27:25

问题


I tried to run a small application that I've written using VS2010 on my old Windows XP desktop. I got the yellow screen of death showing me a portion of the web.config with assemblies.

<compilation debug="true" targetFramework="4.0">

It looks like it didn't like the 4.0 framework. I re-wrote it, targeting 3.5 framework, this time it worked perfectly.

I'd like to know if I can install .net framework 4.0 on top of Windows XP?

Thanks for helping


回答1:


The system requirements indicate that Windows XP is supported as long as you have SP3 installed.




回答2:


Yes, that's possible. .NET 4.0 works fine on Windows XP machines. Just make sure SP3 is installed first.




回答3:


Yes you can :) Just download it and install




回答4:


See MSDN, you need WinXP SP3



来源:https://stackoverflow.com/questions/3767651/can-net-framework-4-works-on-top-of-windows-xp

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