G
Guest
Hi
I'm running CF SP2 on Pocket PC 2003
I have written an app which passes various values via a webservice. For some reason after 6 calls to the webservice the next call to the service, causes the app to abort with a stack overflow.
During the previous 5 times (when it is working perfectly) the stack trace shows 19 calls (including CF calls). This is consistant everytime. When the exception occurs, the stack trace is empty. I assume that this is because the stack has overflowed
If I create the web service to run async, it aborts immediately. In fact it doesn't even give an error, it just terminates the app and completely locks up the Ipaq it is running on. The problem is 100% repeatable everytime
I notice that for the SoapHttpClientProtocol class, there isn't a dispose function on the compact framework; although there is one for the full .NET framework. Is this an omission by design or accident
Is anyone else experiencing similar problems, when trying to connect to something via a soap client
Many thank
Ia
I'm running CF SP2 on Pocket PC 2003
I have written an app which passes various values via a webservice. For some reason after 6 calls to the webservice the next call to the service, causes the app to abort with a stack overflow.
During the previous 5 times (when it is working perfectly) the stack trace shows 19 calls (including CF calls). This is consistant everytime. When the exception occurs, the stack trace is empty. I assume that this is because the stack has overflowed
If I create the web service to run async, it aborts immediately. In fact it doesn't even give an error, it just terminates the app and completely locks up the Ipaq it is running on. The problem is 100% repeatable everytime
I notice that for the SoapHttpClientProtocol class, there isn't a dispose function on the compact framework; although there is one for the full .NET framework. Is this an omission by design or accident
Is anyone else experiencing similar problems, when trying to connect to something via a soap client
Many thank
Ia