Home > DevOps > Azure DevOps | Visual Studio | TF200016: The following project does not exist

Azure DevOps | Visual Studio | TF200016: The following project does not exist

We have an Azure DevOps Project by name ‘ALMAccelerator-Dev‘ and the the project has been connected to Visual Studio. We were able to Push and Pull commits with no issues.

Recently while pushing one of the commits from Visual Studio, we got an error TF200016: The following project does not exist

Lets see the reason and how we fixed the issue.

Reason and Fix:

  • Azure DevOps Project has been renamed from ‘ALMAccelerator-Dev‘ to ‘ALMAccelerator Dev‘ hence Visual studio thrown error as its still trying to connect to the Project with old name.
  • To fix this, from ‘Visual Studio’ go to ‘Git -> Manage Remotes…’.
  • Select the ‘Remotes’ from the popup and edit the ‘Remote origin’ as below.
  • In my scenario, since a space was introduced to my project name (i.e., ALMAccelerator Dev), I have added %20 as highlighted below
    • You might want to change the api url as per the new Project name.
  • Save and sync the Repo and it should work now,

🙂

Advertisement
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: