Friday, August 17, 2012

Unable to automatically step into the server. The remote procedure could not be debugged. This usually indicates that debugging has not been enabled on the server


I was trying to step into a service using the nettcp remote client and trying to debug service functions however I keep on getting the message : "Unable to automatically step into the server. The remote procedure could not be debugged. This usually indicates that debugging has not been enabled on the server...."

Solution: Add the following entry in the service.exe.config and client config file within section:

Restart the service after adding this entry.