Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Hosted-services / Azure

TFS Azure: Set up Visual Studio 2010 to Work with TFS Azure

0.00/5 (No votes)
18 Sep 2011CPOL2 min read 18.5K  
Set up Visual Studio 2010 to work with TFS Azure

Microsoft has officially launched the TFS Azure service preview also known as TFS in the cloud. I am sure not all of us would be upgrading our base machines by installing Visual Studio 2011 which is still in preview to work with TFS Azure. The good news is that it is possible to work with TFS Azure using Visual Studio 2010. In this blog post, I’ll be showing you how to set up a developer machine with Visual Studio 2010 and connecting to TFS Azure.

Set Up A New Machine with Visual Studio 2010 to Work with TFS Azure

  • Install Visual Studio 2010

    image_thumb[5]

  • The Installation in progress…

    image_thumb[6]

  • Click finish when the Installation is complete.

    image_thumb[7]

  • At this point, the development environment version would be ‘Version 10.0.30319.1’.

    image_thumb[8]

  • Download and Install Visual Studio Service Pack 1 - http://www.microsoft.com/download/en/details.aspx?id=23691.

    image_thumb[9]

  • Wait for the Service pack installation to complete.

    image_thumb[10]

  • Download KB2581206 – Hosted TFS patch for SP1 - http://go.microsoft.com/fwlink/?LinkId=212065&clcid=0x409. You can also download this from the ‘download software’ section from the .tfspreview.com">http://<YourCollectionName>.tfspreview.com website.

    image_thumb[11]

  • Next… next, wait for the KB2581206 patch to complete installation and click finish.

    image_thumb[12]

  • Now check the development environment version – it should be version 10.0.40219.1.

    image_thumb[13]

  • You are good to go now, try connecting to the TFS azure server from Visual Studio 2010 and you will not get any error messages. Click Connect to TFS icon from Visual Studio 2010 Team Explorer and enter the server details as shown in the screen shot below:

    image_thumb[14]

  • Enter the credentials when prompted for it and you should be able to select your team project when successfully authenticated.

    image_thumb[24]

    image_thumb[25]

  • Connected!

    image_thumb[26]

Summary

In this blog post, we saw how to set up the development environment with Visual Studio 2010 and connect to TFS Azure.

Image 14

License

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