问题
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 ?
回答1:
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:
- In "Team Explorer" select "Pending Changes"
- Beside the "Check In" button click on "Actions" and select "Manage Workspaces…"
- Select the Workspace and press "Remove"
I hope this works for you.
回答2:
In Team Explorer, press the "Connect to Team Projects" button, that looks like a plug. You should be able to un-select the deleted Team project.
回答3:
Go to your Source control explorer then click on workspace dropdown in the visual studio, you will find option "Workspaces" click on it. it will list the workspaces you have. click edit on your workspace , and delete the unneeded project from your workspace. it will work after that.
回答4:
I was adding files/items to a newly created TFS/Agile project when I got this error message.
The TFS Project (source code) was mapped to c:\ABC but for some reason adding files from c:\AAB didn't work. I copied all files from c:\AAB to c:\ABC and then tried adding the items from the mapped folder and it worked.
来源:https://stackoverflow.com/questions/29801751/tf10175-the-team-project-does-not-exists