App hangs when recieving response from webservice

  • Thread starter Thread starter Mark Irvine
  • Start date Start date
M

Mark Irvine

Hi,

I have an app (written using c#) that requests data via a webservice (also
written in c#), modifies it then sends the dataset back to the webservice.
However when the app sends the data it appears to hang, at when point the
emulator consumes almost all available processing cycles. I have added some
code, to the webservice, that writes some event logs. From these logs I
know that the webservice is completing sucessfully/normally. The data that
is sent back to the webservice is being processed and added to the database
successfully. Are there any tools available that I could use to track the
cause of the problem. I have tried this over the Internet and on my LAN,
but the result is the same.

Any help would be appreciated,

Mark
 
Chris,

Many thanks for the very prompt reply. I did as you suggested, all is now
well :)

Mark
 
Back
Top