Please help: Unable to automatically step into the server.
-
Hi All I have a webmethod that I would like to step through it, I call it from a web application. I have a break point on the line that calls the webmethod and another one on the signature of the webthod in the webservice. When I try to step into this web method I get the following error. "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." Would you please assist me, I need know to get thi ssorted as soon as possible. I just want to know how togo abount resolving this issue. Thank you in advance. MP
MP
-
Hi All I have a webmethod that I would like to step through it, I call it from a web application. I have a break point on the line that calls the webmethod and another one on the signature of the webthod in the webservice. When I try to step into this web method I get the following error. "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." Would you please assist me, I need know to get thi ssorted as soon as possible. I just want to know how togo abount resolving this issue. Thank you in advance. MP
MP
You don't need the breakpoint on the line that calls the webmethod. Just attach to your process running your web service and stick a breakpoint in there.