1
Answer

While calling web service method getting exception.

Ask a question

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.


Answers (1)