|
In debugging program crashes on
this.InvokeAsync("CreateDB", new object[] { psUser, psDBType, psFileType}, this.CreateDBOperationCompleted, userState); Tried putting try/catch and it never hits the catch, doesn’t even give a crash log, program just ends.
From: Jeff Stedfast <[email protected]>
Date: Thu, 6 Oct 2011 11:01:25 -0400 To: Mark Handzlik <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [MonoTouch] WebService call on AT&T crashes Verizon and WIFI fine You might be experiencing some of the WebRequest and/or async Socket bugs that have been fixed since MonoTouch 4.0.3. Does upgrading to 4.2.2 resolve these issues?
Hope that helps! Jeff
On Thu, Oct 6, 2011 at 8:29 AM, Mark Handzlik
<[email protected]> wrote:
Got a weird issue with an iPad MT app. Web service calls when using AT&T provisioned iPad2 intermittently fails. Can get fail to reproduce over and over again. Same calls when turning on WIFI on device do not fail. Same calls on Verizon provisioned device never fail. Wireshark on server shows that request when failure never gets to the server. The information contained in or attached to this electronic transmission constitutes confidential information and may be privileged and exempt from disclosure under applicable law. If you are not the intended recipient, you are on notice that any unauthorized disclosure, copying, distribution or dissemination of this information is strictly prohibited. |
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
