TFS cannot rebuild local workspace with server error

I am using the Eclipse plugin for TFS and it will not allow me to upload the project file to the TFS folder that I created. To fix this problem, I deleted the folder from TFS.

I also use Visual Studio 2013 for my C # projects.

After deleting the folder in TFS, I can’t connect to the source item from Eclipse, and when I log in to VS, I get the error "Unable to reconfigure the local workspace with the server."

I tried to remove all the mapping from TFS, but when I do this, the backup is automatically displayed. I even restored the folder that started the problem and still get the same error.

Does anyone have any ideas?

+4
source share
1 answer

We had this problem on Windows, and the solution was to use one workspace for the IDE, i.e. one for Eclipse and another for all Visual Studios. Thus, the TFS plug-in for Eclipse (Team Explorer Everywhere) does not interfere with VS and vice versa.

I tried to remove all the mapping from TFS, but when I do this it automatically shows the backup. I even restored the folder that started the problem and still get the same error.

When you see such strange things, you need to clear the TFS client cache:

For Visual Studios:

  • Close all instances of Visual Studio.
  • Using Windows Explorer:
    • Go to the "% localappdata% \ Microsoft \ Team Foundation" folder.
    • ( "cache" ).
0

All Articles