Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no menu to create "new team project" on visual studio 2019

After updating visual studio 2019 to version 16.2.2 when I wanted to create a new team project on my collection, it missed this menu item. Everything works ok and I can create it from web portal but There is no menu item,its just a menu to manage connection, whats wrong?Is it a bug or what happened to it?

enter image description here

It must be something like this photo:

enter image description here

like image 439
motevalizadeh Avatar asked Aug 14 '19 20:08

motevalizadeh


People also ask

How do I create a new team project in Visual Studio 2019?

In the Team Explorer window, right-click the team project collection, and then click New Team Project. In the New Team Project dialog box, provide a name and a description for the team project, and then click Next.

What is team project in Visual Studio?

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

How do you create a team project in Visual Studio 2015?

In the Home page of Visual Studio Online instance, there would be an area called Recent Project & Teams. In that area, there are options to create a new project and to browse the existing projects. Click on 'New' to create a new project. This will open a dialog box CREATE NEW TEAM PROJECT.


1 Answers

There is no menu to create “new team project” on visual studio 2019

Yes, I could reproduced this issue with Visual Studio 2019 Community 16.2.0 and TFS 2015, 2017, and 2018.

If you connect to a TFS Server 2019 environment, the option will return:

enter image description here

Then I searched a lot of documents, but I haven't found any explanation for this situation so far. So, I could not sure if this is by designed or it is a issue.

I found someone has already reported this issue to the development team, so I gave a comment with more test info.

Ticket: https://developercommunity.visualstudio.com/content/problem/690875/cannot-create-a-new-team-project-from-within-the-t.html

You could vote and add your comments for this feedback track this issue. When there are enough communities vote and add comments for this feedback, the product team member will take this feedback seriously.

like image 111
Leo Liu-MSFT Avatar answered Nov 15 '22 06:11

Leo Liu-MSFT