Vaccano
Vaccano

Reputation: 82291

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

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

Upvotes: 71

Views: 40697

Answers (2)

Kate Gregory
Kate Gregory

Reputation: 18944

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.

Upvotes: 107

Nathanial Woolls
Nathanial Woolls

Reputation: 5291

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

Upvotes: 18

Related Questions