Visual Studio 2010: Version and update information tool

Download from VS Gallery 

In my work I meet many developers, tester and project managers, all using Visual Studio.  When I ask them if they have updated it to the latest version, there are many who simply don’t know.  Should you always update? YES, you should. The Visual Studio development teams are continuously making improvements to the product.  The question also often comes when we notice that something doesn’t quite work the way it should, and we then realize it is caused by not having the latest update.  The next issue then comes – how do we find out IF the latest version is installed.  That should be trivial, but it isn’t.

If you look at the Help/About in Visual Studio, it tells you if you have SP1 or just the RTM version installed. So far so good.

But to find out if you have the latest update, you need to scroll down (green arrows), and then, what you find is a series of hotfix numbers.

Only SOME of these indicates the correct cumulative updates that have been, five in all for the SP1. And, do you know what IS the latest version – I have a list published here, but still – it is hard work! 

So, enter the Version and Update Info Tool.  Install it from here:  http://visualstudiogallery.msdn.microsoft.com/bce6cbf1-fb55-4a7d-b39b-8589634d846f 

Go to the Visual Studio Help menu, next to the bottom is “Version Info”, select it and if everything is as it should be, this is what it should show:

However, if you are lagging behind in your updates, this might be what you will see then:

Or, if you have the SP1 but have missed the later updates:

The tool gives you links to the download sites, and also to information pages for the updates.  If you want information on what your current updates is, you have the name there, and if you go here, at the bottom of that post, the different updates are listed with links to information pages for them.

The principles for updating Visual Studio is to first get it up to SP1.  Then you install the latest cumulative update, which is the GRD March 2012.  I call this for the CU3, because it is a cumulative update.  It is named very strangely at the download site Visual Studio 2010 SP1 Team Foundation Server 11 Compatibility GDR , but it is the correct one.

If any new updates for VS 2010 arrives, the Version Info Tool will be updated accordingly. 

Be aware that these updates apply to the Visual Studio Client Tools, and that includes the Test Manager.

And if I get enough available time, I will add it to the top level menu or the status bar IF you are outdated.  That way you will not need to even check it, it will do that for you.  After that, automatic download and update warning would be cool – like it will be in Visual Studio 11. 

posted on Sunday, May 6, 2012 10:24 PM

This article is part of the GWB Archives. Original Author: gwbarchive

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.