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)