I have a Visual Studio (2010) solution that contains code projects that were under source control in Team Foundation Server 2010. This collection / project no longer exists, but the code has not been removed from the collection. The collection and the project were created again, as it was the first time. When I open the solution in VS, he tells me that he can find my project, he is disconnected and asks if I want to go online. I click yes, but then it’s an error and says that it can’t find the workspace. All my files are read-only. I assume that this is due to source control and since it is not connected, I cannot verify them (delete read only).
How to clear the old solution and consolidate all the backups again, except for re-creating all the code solutions?
EDIT
To clarify: The collection belongs to the TFS collection
The project belongs to Team Team Project
The solution relates to VS Code Solution
The problem is that software solutions are still related to a team project that is not there. When I open it, I get the message "This solution is disabled, but the corresponding TFS server is available. Would you like to go online with this solution after downloading it?" Yes "Unable to define workspace for this solution"
source
share