TFS Error: Unable to determine the workspace for this solution

What I ended of having to do was re-map the workspace within the Visual Studio 2010 IDE.

  1. From the Visual Studio IDE Navigate to FILE->Source Control->Workspaces
  2. You will see a list of workspaces. Create a new workspace that points to your local project directory and the location of the source control folder on TFS.
  3. It will ask if you want to get the latest version from Source Control, select yes or no depending on which version of your code is the most up to date.

Leave a Comment