Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Visual Studio 2010 Express connect to Team Foundation Server 2010?

I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express?

like image 232
kenwarner Avatar asked May 25 '10 18:05

kenwarner


People also ask

How do you connect Visual Studio to TFS?

Visual Studio 2017 Connect to a Project shows the projects you can connect to, along with the repos in those projects. Select Add Server to connect to a project in Team Foundation Server. Enter the URL to your TFS server and select Add. Select a project from the list and select Connect.

Can we connect TFS from Visual Studio Code?

Fortunately both are supported for now in VS Code. You need to install the Azure Repos Extension for Visual Studio Code. The process of installing is pretty straight forward. Provide user name --> Enter --> Provide password to connect to TFS.


2 Answers

No it doesn't.

See this SO question (What is “missing” in the Visual Studio Express Editions?) - one of the bullet points is no Team Explorer support, meaning to TFS integration.

On this Microsoft page for VS 2010, you can see the the Pro edition with MSDN essentials subscription has none of the TFS features out of the box, suggesting that this is also the case for the express SKUs.

like image 98
Oded Avatar answered Oct 21 '22 04:10

Oded


I'm not sure if you can install this http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=329

Though i don't know why you wouldn't be able to install TFS support for free, since microsoft provides a free plugin for Eclipse that you can use.

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4240

If you log onto codeplex, it will give you a free key to use this.

Edit: The following link makes it seems like you can use it in VS

https://tfs.discountasp.net/KB/a843/visual-web-developer-20052008-and-visual-studio-2010-express.aspx

While Visual Web Developer 2005/2008 and Visual Studio 2010 Express will not directly integrate with Team Foundation Server, you can still use the Team Explorer application to connect to your server to check files out for editing.

Assuming that you have already installed Visual Web Developer 2005/2008 or Visual Studio 2010 Express on your workstation, perform the following step:

Download and install Microsoft Visual Studio Team Explorer 2010 - ISO.
like image 22
Mark Hosang Avatar answered Oct 21 '22 02:10

Mark Hosang