Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Visual Studio 2008 work with Team System 2005?

I would like to upgrade my team from VS2005 to VS2008 without touching the version of Team Server which is 2005.

Is that possible?

And if so, how do I tell VS to recognize TFS?
Currently in my VS2008 options menu, I don't have any source control to choose from.

like image 300
Lea Cohen Avatar asked Sep 18 '08 10:09

Lea Cohen


People also ask

How do I open Visual Studio 2008?

Select the . sln file in file explorer, right click, select "Open With", select "Visual Studio 2008" or "Visual Studio version Selector".


2 Answers

VS 2008 works fine with TFS 2005. There are a couple of exceptions in the Team Build area (which changed massively between 2005 and 2008) but otherwise you will be able to do everything you need to do from the Visual Studio 2008 client.

You need to ensure that you have the 2008 version of the Team Explorer installed to add TFS functionality into Visual Studio. The 2005 version only installs into Visual Studio 2005. To download the 2008 version see the following link

http://www.microsoft.com/downloads/details.aspx?familyid=0ed12659-3d41-4420-bbb0-a46e51bfca86

Note that if you have previously applied SP1 of Visual Studio 2008, then you will need to run it again once installing Team Explorer.

For what it is worth, I would encourage you to upgrade to TFS 2008 on the server side as soon as you can. TFS 2008 works fine with client connecting from Visual Studio 2005 machine but it has some significant performance improvements and the Team Build functionality is much improved.

like image 68
Martin Woodward Avatar answered Oct 05 '22 22:10

Martin Woodward


Yes, you can... (We're doing that here too)

  • Tools -> Connect To Team Foundation Server
  • "Add..."
  • Enter IP / hostname
like image 34
Grad van Horck Avatar answered Oct 05 '22 23:10

Grad van Horck