I have a dll project in a solution that I want to debug. The calling application is in a different path and the DLL must be placed inside that path. When I build the debug version and copy+paste the produced DLL into the calling application's path, I get an error message that there are no symbols and that the binary wasn't built by the project. It asks me if I want to continue. This method used to work in visual c++ 6.0 but now it never hits any breakpoints.. How do I do this in VS2005?
Thanks.