Visual Studio 2008 adding incorrect working folders to TFS Workspace
Posted
by Bryan Rowe
on Stack Overflow
See other posts from Stack Overflow
or by Bryan Rowe
Published on 2010-06-03T16:28:37Z
Indexed on
2010/06/03
16:34 UTC
Read the original article
Hit count: 331
I am using Visual Studio 2008 with TFS. I have one workspace set up with one working folder. I map the root source control folder $/ to C:\TFS and get all code. When working on any project under the root, Visual Studio will randomly add incorrectly mapped working folders to my workspace.
For example, it might map $/WebProject/ to C:\TFS\WebProject\DataAccess -- where the real files exist at C:\TFS\WebProject.
Once it incorrectly adds these working folders, I can no longer open the solution. I am forced to remove the working folders that Visual Studio added and get latest from TFS.
Has anyone experienced this? Is there something I can do to avoid running into this?
© Stack Overflow or respective owner