Unable to remote debug
Can't seem to get the VS 2010 IDE to attach to a copy of the program running on the server, and that's the only place where the problem I'm having manifests. I've followed instructions on every page I've found so far on the subject, trying:
1. Verifying the solution and project are in DEBUG mode. They are.
2. Verified that msvsmon is running on the server. It is.
3. Turned off Just my Code debugger setting.
4. I seem unable to copy the assembly to the GAC of my debugger workstation. I get a bar sinister when I attempt to drag and drop it into the folder, instead of a plus symbol.
And although it appears to attach to the remote process, all break points are disabled when it attaches.
Can anybody suggest anything else I could try?
|