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

Visual StudioVisual Studio-2010

Visual Studio Problem Overview


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

Visual Studio Solutions


Solution 1 - Visual Studio

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.

Solution 2 - Visual Studio

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionVaccanoView Question on Stackoverflow
Solution 1 - Visual StudioKate GregoryView Answer on Stackoverflow
Solution 2 - Visual StudioNathanial WoollsView Answer on Stackoverflow