Can you see anything in the log?
>From my experience, errors cause the app to just quit with no debugging etc
tend to be in background threads. If this is in a background thread, can you
move the code to a foreground thread,possibly even by just using
this.InvokeOnMainThread(delegate { //code here}); and see if it gives you a
proper error?
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/NSError-in-iOS-5-tp3917519p3917574.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch