How can I tell if I have Service Pack 1 for Visual Studio 2010 installed?

谁说胖子不能爱 提交于 2019-11-28 18:30:57

When you have SP1 installed you'll see instead:

Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.0.30319 SP1Rel

Therefore you are still on RTM (release to market) version, not the SP.

RTMRel is the "release to manufacturing" release. This is when the product is officially launched. If you have SP1 installed, it would say "SP1Rel" after the version (in the case of Visual Studio).

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