I have a PDA application running on Windows Mobile 5. My application communicates to a WebService for data and it is working fine with 200+ PDAs. But some times randomly one or 2 PDAs stops communicating and I get a socket exception. Right now it is not wring the actual error, because of the Sys_enu file(I am installing that CAB soon). But still we get an idea from the message below:fficeffice" />>> System.Net.WebException: An error message cannot be displayed because an optional resource assembly containing it cannot be found ---> System.Net.Sockets.SocketException: An error message cannot be displayed because an optional resource assembly containing it cannot be found>> at System.Net.Sockets.Socket.ConnectNoCheck()>> at System.Net.Sockets.Socket.Connect()>> at System.Net.Connection.doConnect()>> at System.Net.Connection.connect()>> at WorkItem.doWork()>> at System.Threading.Timer.ring()>> >> at System.Net.HttpWebRequest.finishGetResponse()>> at System.Net.HttpWebRequest.GetResponse()>> at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()>> at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()>> at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()>> at System.Web.Services.Protocols.SoapHttpClientProtocol.doAsyncInvoke()>> at WorkItem.doWork()>> at System.Threading.Timer.ring()>> >>
Please help me, if you have any clue?