I developed an application wchich is using sockets to connect with several servers. The application works fine with WI-Fi connection but crashes on 3g connection (of course on real device, on emulator everything works fine). I cannot debug it due to the fact that it works wken phone is connected to PC. How to handle this problem?
Thanks in advance
I developed an application wchich is using sockets to connect with several servers. The
Share
Subscribe to both
Application.UnhandledException(for UI thread exceptions) andAppDomain.Current.UnhandledException(for all unhandled exceptions) and try to write to a file before your process is terminated.After the application crashes, use the ISETool command line to copy the data back to your machine.