I am doing the following tutorial http://msdn.microsoft.com/en-us/library/ms731835%28v=vs.100%29.aspx and the program works fine. Both services and the client are in different solutions. I can start the service from one visual studio and successfully launch the client program. However, I want to do debugging. I want to enter the service code from the client code. When I try to do this, I get the following error.
"Cannot automatically go to the server. Could not connect to the server process. The debugger is already connected."
Both the client and server are console applications, and the service is slf. I also tried including debug = true in the client app.config file.
thanks
Varun
source share