Hello,
I originally had my source code located at:
c:\vs projects\myapp\dev 1.0
I had the workspace mapped there previously and worked on the project from there. However, my project architect wanted us to standardize the folder and not use versions in the folder names, so I changed it to:
c:\vs projects\myapp
Everything seemed to work fine with that (I actually had my machine reimaged, so I did this when I moved over). I have one issue though where one file in a project is still looking at the old c:\vs projects\myapp\dev 1.0 root location, for just this one file. Any ideas how I can fix that?
Thanks.