Reputation: 8711
I have a local vm with Visual Studio 2015 community edition. This was previously connected to a VSTS TFS collection - to which I no longer have access.
I want to connect VS to a new VSTS collection but each time a load Visual Studio I get the message "TF14061: The workspace xxx does not exist"
How can I prevent VS from looking for the workspace? I have trued tf workspace /delete commands where I pass the collection url as a param but this then prompts me to login and my credentials are no longer valid.
Upvotes: 0
Views: 550
Reputation: 51093
Try to use Team Foundation Sidekicks to remove old source control workspace binding.
Or you can try to delete TFVC and VS local cache, then try it again.
Upvotes: 1