From time to time, I get the following error when starting the debugger in Visual Studio 2008 SP1:
The network connection to MYCOMPUTER was lost. Debugging will be aborted.
I have several projects in the solution configured as launch projects. Some of them start when an error occurs, and some do not.
Any ideas?
Update:
- Visual Studio runs on a 64-bit machine (Win7)
- The application uses MSMQ (private queues on the local host)
source
share