Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does TFS 2010 support Visual Studio 2003 and 2005 connections?

I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with Visual Studio 2003 and 2005 instances.

like image 494
Justin Brink Avatar asked Apr 16 '10 13:04

Justin Brink


2 Answers

To use VS 2003 you'll have to install the MSSCCI provider.

http://visualstudiogallery.msdn.microsoft.com/bce06506-be38-47a1-9f29-d3937d3d88d6

like image 75
Ryan Avatar answered Sep 28 '22 11:09

Ryan


"Kinda"

You'll need to install a Forward Compatibility Update and even then not all features of 2010 are supported. You can find out more on the Team Foundation Server blog here: http://blogs.msdn.com/team_foundation/pages/compat-matrix-for-2010-rtm-team-foundation-server-to-team-explorer-2008-and-2005.aspx

like image 25
Ryan Rinaldi Avatar answered Sep 28 '22 10:09

Ryan Rinaldi