Error: Unable to Automatically Step Into the Server

The error reads:

Unable to Automatically Step Into the Server. The debugger was not notified before the remote procedure was executed

This error can occur when you are trying to step into a web service (see Stepping Into an XML Web Service). It can occur whenever ASP.NET is not set up properly. One possible cause is that you have not set debug to "true" in your web.config file for your ASP.NET application (see Debug Mode in ASP.NET Applications).

See Also

Tasks

Remote Debugging Errors and Troubleshooting

Other Resources

Remote Debugging Setup