I checked the tag for the Visual Studio 2008 project in a new local folder. (The local folder is different from where I usually work on HEAD code.)
I did a clean and rebuild in the project that created the dll file. It has been successfully restored and is in the correct build area.
When I browse files in Solution Explorer , it shows the correct absolute path for all files in the new folder.
The problem is that when I set a breakpoint and try to debug the code, it never hits the breakpoint. When I right-click on a breakpoint and look at “Location,” it shows me the path to where the file was in the HEAD area when it was uploaded to SVN . I do not see where this old path comes from.
source
share