Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TF10175: The team project does not exists

I use visualstudio online for repository. I removed [ProjectName] project from collecection of project After that I got error only on one computer TF10175: The [ProjectName] team project doesnot exist.

Any idea to solve this issue ?

like image 997
Roman Avatar asked Apr 22 '15 15:04

Roman


1 Answers

I got rid of the message by deleting my Workspace.

Note: This will remove all your local mappings. Therefore you should checkin all changes before deleting it. After re-connecting to your TFS a new workspace will be created automatically.

To delete the workspace follow these steps:

  1. In "Team Explorer" select "Pending Changes"
  2. Beside the "Check In" button click on "Actions" and select "Manage Workspaces…"
  3. Select the Workspace and press "Remove"
like image 135
Stefan Born Avatar answered Sep 21 '22 15:09

Stefan Born