TFS Error: Unable to determine the workspace for this solution

左心房为你撑大大i 提交于 2019-11-29 10:42:16

问题


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.


回答1:


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.



回答2:


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.




回答3:


I had the same problem but I had to delete the 'solution'.suo file-




回答4:


You have to rebind into the source control. First disassociate current project from the TFS by clicking on File-> Source Control -> Change Source Control.

And after that From File-> Source Control -> click on Add Website/Solution to Source Control.




回答5:


To resolve this error File->Open-> Website -> From the left panel click on Source Control and Select specific TFS project. After selecting specific folder, click on "Run as IIS Website" checkbox .



来源:https://stackoverflow.com/questions/2559294/tfs-error-unable-to-determine-the-workspace-for-this-solution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!