Visual Studio 2012 Remote Debugging: Invalid access to memory location
I’ve found the only way to correct this is by restarting Visual Studio. Worked for me. I found it at this blog post about invalid access and remote debugging.
I’ve found the only way to correct this is by restarting Visual Studio. Worked for me. I found it at this blog post about invalid access and remote debugging.
I found a simple workaround for this. Change the debug port on the remote machine (Tools –> Options). I would use something arbitrarily high, like 63342 to avoid colliding with any existing ports but you just need to use any unused one. Once changed, you should be able to connect.