j-nunn.com

This is the personal homepage of John Nunn, a software developer based in Coventry, U.K..

I own a software development company (Tortrix Ltd.) providing software solutions and I.T. services to the Health Care industry. Our solutions include knowledge management dashboards, intranet & extranet solutions using Microsoft Office SharePoint Server as well as bespoke solutions.

When not trying to earn a living, I run the Midlands Developer network, which is a free microsoft orientated usergroup based in Coventry which meets every second tuesday of the month.

Latest Tweetsfollow me on twitter

Latest Blog Posts

Go Back

Visual Studio 2008 and Team Foundation Server 2010

We moved all of our source control to Team Foundation Server 2010, just after it was launched; and have been more than happy with it. Now we have started working on a number of projects based on Windows Mobile 6.5, unfortunately the mobile 6.5 tools are not supported by VS 2010 so I have had to use VS2008. Whilst VS2008 is supposed to work with TFS 2010 there are a few steps needed to make this work.

  1. Make sure you have Visual Studio 2008 SP1 installed.
  2. Install Team Explorer 2008.
  3. Install the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010.
  4. Reinstall Visual Studio 2008 SP1.

 

Once this is done you should be able to connect to your TFS2010 server. However there is a problem Team Explorer 2008 does not know about collections, introduced in TFS2010. This is fine you can just type in the collection name in the server address:  http://tfsserver:8080/tfs/DefaultCollection

 

Unfortunately you might get an error:

“TF30335: The server name cannot contain characters ‘/’ or ‘:’ …”

You can get around this by making an entry directly into the registry.

  1. Open up regedit.exe
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers
  3. Add a new string value.
  4. Set the name of the new string value to the server name i.e. TFSServer 1
  5. Set the value to the full address of the serer i.e. http://tfsserver:8080/tfs/DefaultCollection

You should now be able to connect to this TFS server in Visual Studio 2008. It is important to note that all the functionality is not there, the following actions are not supported:

· Creating new team projects

· Destroying Work Items or Work Item Type and Renaming Work Item Type,

· Uploading Process Templates

· Uploading Work Item Definitions

· Uploading TFS Field Mapping for Microsoft Project

Facebook Twitter DZone It! Digg It! StumbleUpon Technorati Del.icio.us NewsVine Reddit Blinklist Add diigo bookmark

Post a comment!
  1. Formatting options
       
     
     
     
     
       
Copyright © 2010 John Nunn
This site is powered by