Justin Brink
Justin Brink

Reputation: 428

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.

Upvotes: 5

Views: 6047

Answers (2)

Ryan
Ryan

Reputation: 4662

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

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

Upvotes: 7

Ryan Rinaldi
Ryan Rinaldi

Reputation: 4239

"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

Upvotes: 3

Related Questions