Can I use the latest .NET framework on Windows XP or 7? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-02 02:21:07

问题


I'm developing an application that must run on Windows XP,7,8 (desktop mode). Which version of .net can I use?

If this version is not a default part of XP or Windows 7, is it a good idea to include it in my application installer?


回答1:


You can use the latest version of .NET (at the time of writing) on Windows XP.

.NET 4.5 is not supported on XP. System requirements for .NET 4.5.

.NET 4.0 is supported on XP.

You should expect to have to install the framework when you install your application though. The dotNetInstaller is good for this (although there are other ways too).

There may well be certain classes or methods in the .NET framework that require a higher version of Windows than XP/Vista/7 etc. But you will have to check these case-by-case.



来源:https://stackoverflow.com/questions/14874015/can-i-use-the-latest-net-framework-on-windows-xp-or-7

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