From time to time I get the following error when starting the debugger in Visual Studio 2008 SP1:
The network connection to MYCOMPUTER has been lost. Debugging will be aborted.
I have several projects in the solution configured as startup projects. Some of them get started when the error occurs, some won't.
Any ideas?
Update:
- Visual Studio runs on a 64 bit machine (Win7)
- The application uses MSMQ (private queues on localhost)
The fix for me was deleting all my breakpoints. Evidently, an update from source control corrupted some pre-existing breakpoints.
What's likely happening here is that you are using remote debugging on your application. Some error during startup is causing that error message.
Can you give us a bit more information on the applications.
You may be implicitly using remote debugging if you are debugging a 64 bit appliction. Visual Studio runs as a 32 bit process and uses remote debugging under the hood to debug 64 bit applications.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With