I write GUI application on c# for .NET compact framework 1.0 SP3 platform that uses web-services to retrieve data from our server.
When I go far away from access point the connection is lost and next web-service call locks up whole application. Every call surround by try{...}catch{...}, but as far as I can see in logs process never returns from locked web-service call.
What is going on?