Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 832
Vaccano Avatar asked Jul 27 '11 19:07

Vaccano


People also ask

How do I know which Visual Studio service pack I have?

Start -> Control Panel -> Add/Delete Programs. Scroll down to the Microsoft components and check that the Microsoft Windows Service Pack installed. Windows Service Pack does not have to be installed to download the Visual Studio Redistributable.

What is Visual Studio SP1?

Visual Studio 2010 SP1 enables you to use the Internet Information Services (IIS) 7.5 Express as the local hosting server for the website and Web Application Projects. Note IIS 7.5 Express is not included in SP1, and you must download it separately.

Where is Visual Studio 2010 installed?

You can download Visual Studio 2010 from My.VisualStudio.com. My.VisualStudio.com requires a free Dev Essentials subscription, or a Visual Studio Subscription.

How do I know if I have Visual Studio installer?

In the Windows Start menu, you can search for "installer", and then select Visual Studio Installer from the results. If you have Visual Studio open, select Tools > Get Tools and Features..., which opens the Visual Studio Installer.


1 Answers

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.

like image 188
Kate Gregory Avatar answered Sep 29 '22 04:09

Kate Gregory