所有版本的Windows 7都包含.NET Framework 3.5版吗?

所有版本的 Windows 7都包含.NET Framework 3.5版吗?

解决方法

根据MSDN论坛(如 http://social.msdn.microsoft.com/Forums/en/netfxsetup/thread/347bc59c-374c-43f9-a2ed-e9bb89c6f25b)上的帖子,Windows 7包含.NET Framework 3.5.1.

但是,它是一个可选的安装(可能更准确地说它可以被禁用):

For Windows 7,it includes the .NET Framework 3.5.1 as an OS component. This means you will get the .NET Framework 2.0 SP2,3.0 SP2 and 3.5 SP1 plus a few post 3.5 SP1 bug fixes if you have installed Windows 7. Thus,you don’t need to manually install .NET 3.5 with SP1. We can add or remove the feature of 3.5 with SP1 via the Programs and Features control panel.

微软应该有一些官方文档可以在某处清楚地说明这一点,但这是我能挖掘的最好的文档.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...