Connecting to Team Foundation Server 2013 using Visual Studio 2005 thru MSSCCI provider

To Connect to Team Foundation Server using Visual Studio/Team Explorer 2005/2008, we need to use a different URI format to add the server. Before Visual Studio 2010 was released, there was no such thing as a Project Collection.

Instead of the now standard format:

URL : http[s]://{TFS2013ServerName[:{port}]?/tfs/

We need to add the Project Collection to the URI, so that it becomes:

URL: http[s]://{TFS2013ServerName}[:{port}]/tfs/{ProjectCollectionName}

Otherwise we will get the following error message:

TF30335: The server name cannot contain the characters '/' or ':', or start with 'https://' or 'https://'

 

Below are the steps which how to connect to TFS 2013 from TFS 2005.

1. Download the MSSCCI provider for TFS 2013 from here in the machine which has Visual Studio 2005 and Team Explorer 2013 installed.

NOTE: Download 32 bit version of MSSCCI provider since Visual Studio runs on 32 bit.

 

2. Run the .MSI file

clip_image001

3. We get the Microsoft Team Foundation Server MSSCCI Provider setup Wizard, click on NEXT

clip_image002

4. Accept the License Agreement and click on NEXT

clip_image003

5. Select the Installation Folder to install Microsoft Team Foundation Server MSSCCI Provider and click on NEXT

clip_image004

6. Confirm the installation by clicking on NEXT

clip_image005

7. Close the dialogue box once the installation is complete.

clip_image006

8. Open Microsoft Visual Studio 2005. Go to File -> Source Control -> Launch Team Foundation Server MSSCCI Provider.

clip_image008

9. This opens the Visual Studio 2013 MSSCCI Provider in the background. ( Don't close it ).

clip_image010

10. Go to Tools -> Options

clip_image012

11. Under Source Control, click on Plug-in Selection and choose Team Foundation Server MSSCCI Provider in the current source control plug-in and click Ok.

clip_image014

12. In the Team Explorer 2013, connect to the Collection from where projects from Visual Studio 2005 needs to be accessed. Click on Workspaces

clip_image016

13. Click on Edit

clip_image017

14. Enter the Server Name, Computer Name , Source Control Folder and choose a path of the Local Folder

where the projects will be stored and click Ok.

clip_image019

15. Go Back to Team Explorer 2005. Go to File -> Source Control -> Open Source Control.

clip_image020

16. Click on Add to add the TFS 2013 server. Enter the URL in the below given format.

URL: http[s]://{TFS2013ServerName}[:{port}]/tfs/{ProjectCollectionName}

Click Ok

clip_image021

17. Selected the Server name in the dialogue box which comes up next.

clip_image022

18. Either open a new project which has to be connected to TFS 2013 or open the project which has to be connected to TFS 2013.

clip_image024

clip_image026

clip_image028

19. Click on File -> Source Control -> Add Solution to source control / Add Selected projects to source control

clip_image030

20. Choose the Folder in Team Foundation Server to specify the locations for the project

clip_image031

21. When the dialogue box pops up, choose the appropriate Server.

clip_image022[1]

22. Add comments if required and click on Check In.

clip_image033

23. In Team Explorer 2013, map the local Path to a folder on the server. When this is done, you will be able to see the projects from Visual Studio 2005.

clip_image035

 

Content created by – Aparna Chinya

Content Reviewed by – Romit Gulati