Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Error: Unable to determine the workspace for this solution

I get this error when trying to "Go Online" with a project on a Visual Studio 2010 ALM project.

The project was previously connected to a team project on Team Foundation Server (2010), but I had to reinstall both the SQL Server and the TFS installation and I guess all that information was deleted.

Now, I'm trying to get the project into a new Team Project on TFS, and the TFS gives me this error.

Any ideas?

Thanks.

like image 741
Alex Avatar asked Apr 01 '10 09:04

Alex


People also ask

What is the command line statement to edit workspace settings?

To make the current directory a working folder for an existing workspace on your computer, type tf workspace workspacename, where workspacename is the name of the existing workspace. The Edit Workspace dialog box appears.


2 Answers

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.
like image 164
Jhixiaus Avatar answered Sep 29 '22 10:09

Jhixiaus


Changing the path for a new workspace folder was not an option for me since the source control repository was way too large to download again.

What I did was re-binding the projects within the solution. In order to do this,

go to FILE -> Source Control -> Advanced -> Change Source Control

Visual Studio will warn you that the binding of all projects will be removed, click ok.

After that click on the 'change source control' again and the list of all projects will appear as not connected. Choose the projects which were previously source controlled and click on 'bind' for each one.

Hopefully the bindings will be set automatically.

like image 26
Kevin Vella Avatar answered Sep 29 '22 09:09

Kevin Vella