Hi all,
I am calling web service method in my .net windows application. After debugging while I am coming to this line:
wsDynamicsGP.CreateSalesInvoice(salesInvoice, context,salesInvoiceCreatePolicy);
I am getting the following exceptions:
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.
Pls somebody help me to fix this exception.
Posted Sep 21, 2010, 7:48 AM
while debugging don't hit F11 it directly tries to access the remote server and tries to debug there...Hence u are getting this error..
Instead try hitting F10...this will continue to debug in the local....
Hope i made myself clear...
With regards
P.Krishna Prasad
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If someway my answer helped u.....Don't forget to mark it as correct answer..........