I can't effectively debug any more. When I commence execution of my project in VS 2005, it will stop at breakpoints, but the F-keys on my keyboard no longer work as they have since time eternal. I don't know what I hit. My F5 key opens up an option to Save a file, instead of ...
I have an executable file for which I *don't have* the source code that uses a DLL for which I *have* the source code. The executable and the DLL are both compiled using VB.Net 2003. In order to fix problems in the DLL, I would like to use the debugger of VS.Net 2003 to debug ...
I need to remotely debug an application that uses several assemblies that I have installed in the GAC. However when I start debugging I can see in the modules window that the assemblies are being loaded from my computer's gac instead of from the debugged application's own gac.