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

浪尽此生 提交于 2019-11-27 11:37:33

问题


How can I tell if a computer has Service Pack 1 for Visual Studio 2010 Ultimate?

I assume it is by version number, but I don't know what version means what. (The version I am looking at is 10.0.30319.1 RTMRel.)


回答1:


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.




回答2:


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).



来源:https://stackoverflow.com/questions/6850352/how-can-i-tell-if-i-have-service-pack-1-for-visual-studio-2010-installed

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