Connecting to TFS2012 from Win2003 SP2

739 Views Asked by At

Anyone who knows how to connect to TFS2012 from an image running Win2003R2 64bit SP2 and VS2005?

Looking at the "Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider 64-bit" provider, it states that the Win2003SP1 should be supported, but I'm getting the error:

"Microsoft Visual Studio 2012 Team Explorer or its tool are not registered. Please install or repair your Team Foundation Client Installation".

I didn't succeed in installing the VS2012 Team Explorer because it does not support the OS.

Any hints?

Best regards Morten

2

There are 2 best solutions below

0
On

[EDIT] Wrong Post! sorry... I intended to write somewhere else.

0
On

Okay, to answer my own question the solution is to install:

  1. Microsoft Visual Studio Team Explorer 2010
  2. TFS 2010 MSSCCI provider

From within VS2005 add source control (File->Source Control). It will launch a VS2010 shell where you can configure the connection to TFS2012. Pretty straight forward.

Beware that you can only use source control functionality (check in/out).

HTH Morten