Why does Visual Studio 2008 try to open a project from the wrong folder?
- by Rising Star
I'm having a bizarre problem with Visual Studio 2008. I wanted to debug one of the libraries that my web application references. Therefore, I decide to add the project containing the library to my solution so that I can debug them together.
The project containing my library sits at c:\webLibs\myproj.vbproj. However, when I try to add the…