What .NET framework “shipped” with Windows XP

允我心安 提交于 2019-12-06 04:12:42

Windows XP did not come with any version of the .NET Framework.

You can distribute the .NET Framework 3.5 redistributable with your app. Get it here. Depending on the setup mechanism of your app, you will be able to set it as a dependency of your app's executables so that it's installed automatically for your users.

No .NET framework version was shipped with the original version of Windows XP. This may have changed with different service packs. Starting with Windows Server 2003, .NET Framework 1.1 was preinstalled.

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