Rob Bowman
Rob Bowman

Reputation: 8711

Remove workspace when no connection to tfs

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"

enter image description here

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

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

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

Related Questions