Click here to Skip to main content
16,018,249 members
Articles / Visual Studio
Technical Blog

Connecting to TFS2010 with Visual Studio 2008

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Jan 2013CPOL 7.5K   2  
Connecting to TFS2010 with Visual Studio 2008.

Since I recently went through this I figured it would be worthwhile to compile the downloads, regedits and other steps into one location. 

Downloads for Visual Studio 2008

You’ll need to download and install the following for Visual Studio 2008 in this order. You may need to reinstall SP1 if you already have it installed to ensure TFS 2008 behaves properly:

Adding the TFS repository

If Visual Studio 2008 will let you, you can now add the server with the following format:

https://tfsserver:port/vdir/projectCollection

If you get TF30335: The server name cannot contain characters ‘/’ or ‘:’ …:

  1. Open Regedit and browse to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers
  2. Add a new string value:
    1. Name – Friendly name that VS2008 will display.
    2. Value - https://tfsserver:port/vdir/projectCollection

Important Note: In VS2010 you don’t have to specify the project collection to connect. Please be mindful that this is necessary for 2008! 

Resources

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Stacy is a VB.NET developer with over two years experience in Microsoft Development. His experiences include Visual FoxPro 9, VB6, VB.NET for frameworks 1.1, 2.0, and 3.5.

Stacy maintains the blog http://www.wtfnext.com on VB.NET technologies and his personal life, and he is active in the Baton Rouge and Second Life DNUGs.

Comments and Discussions

 
-- There are no messages in this forum --