Profile

Click to view full profile
Hi, I'm Veerapat Sriarunrungrueang, an expert in technology field, especially full stack web development and performance testing.This is my coding diary. I usually develop and keep code snippets or some tricks, and update to this diary when I have time. Nowadays, I've been giving counsel to many well-known firms in Thailand.
view more...

Sunday, June 17, 2012

How to handle "The path X is already mapped in workspace Y"

Take a look at http://blogs.msdn.com/b/buckh/archive/2006/09/12/path-is-already-mapped-in-workspace.aspx.

Shortly, you have to remove Team Foundation Server cache that store at "C:\Users\{User}\AppData\Local\Microsoft\Team Foundation\3.0\Cache" named "VersionControl.config". After, you remove it, Visual Studio won't remember the map path from your local path to source control server, then you can map that path to the new server freely.

No comments:

Post a Comment