Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio doesn't see Team Explorer

Few days ago i had to reinstall VS. So after uninstallation, I downloaded VS2010 Ultimate from MSDNAA and installed it. Everything went without any trouble, but when i run VS I found, that there wasn't a Team Explorer.

So i downloaded TE from Team Explorer link. But after installation TE, Visual Studio still doesn't see TE. There is nothing in Menu -> View and Menu -> Tools -> Options -> Source Control.

What should I do now?

like image 972
Radosław Maziarka Avatar asked Feb 10 '12 15:02

Radosław Maziarka


People also ask

How do I open Team Explorer in Visual Studio 2013?

After Team Explorer has finished installing, launch Visual Studio 2013. Once the application is open, go to the Team Menu and then click on Connect to Team Foundation Server... The Team Explorer - Connect window should become active and next you'll want to click on Select Team Projects...

What is Team Explorer in Visual Studio?

Team Explorer connects Visual Studio to Git and GitHub repositories, Team Foundation version control (TFVC) repositories, and projects hosted on Azure DevOps Services or an on-premises Azure DevOps Server (formerly known as Team Foundation Server, or TFS). You can manage source code, work items, and builds.

How do I link my TFS to Visual Studio?

Visual Studio 2017Select 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.

How do you check in on Team Explorer?

In Solution Explorer, right-click the solution, one or more code projects, or one or more files, and select Check In.


2 Answers

When you install the Visual Studio, then Team Explorer comes by default with VS. You can check Team Explorer in View->TeamExplorer enter image description here

If you do not found Team Viewer in your View then you can download it from below link https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/

or you can download it from vs installer.

like image 181
Sourav Singh Avatar answered Oct 12 '22 11:10

Sourav Singh


Are you able to see Team Explorer which is tabbed along with the solution explorer (At the bottom of the solution explorer window)? If not click view->Team Explorer (Ctrl+M). From there you should be able to connect to your TFS instance.

like image 32
Sanjeev Avatar answered Oct 12 '22 11:10

Sanjeev