[MonoTouch] iOS 5 crash

2013-01-10 Thread Dotnet Projects
Hi I recompiled with latest Monotouch and the app crashes when I run on iOS 5. It works fine on iOS 6. I haven't changed anything and it worked fine, when I compiled with prev version. Art ___ MonoTouch mailing list MonoTouch@lists.ximian.com

Re: [MonoTouch] iOS 5 crash

2013-01-10 Thread Dotnet Projects
printed on console logs?? Cheers Alex El 10/01/2013, a las 07:39 p.m., Dotnet Projects coderproje...@gmail.com escribió: Hi I recompiled with latest Monotouch and the app crashes when I run on iOS 5. It works fine on iOS 6. I haven't changed anything and it worked fine, when I compiled

Re: [MonoTouch] iOS 5 crash

2013-01-10 Thread Dotnet Projects
the version informations (at least down to the Loaded assemblies section) in the bug report. Thanks Sebastien On Thu, Jan 10, 2013 at 8:38 PM, Dotnet Projects coderproje...@gmail.com wrote: Hi I recompiled with latest Monotouch and the app crashes when I run on iOS 5. It works fine on iOS 6. I

Re: [MonoTouch] GC'ed --- System.MissingMethodException

2012-08-20 Thread Dotnet Projects
Thanks for the reply. I am not using SGEN but I am using following linker options --linkskip=mscorlib -aot nimt-trampolines=512 It only happens in release mode (device). Unfortunately I cannot repeat it but I get logs from customer and I get same errors any where I use. myUIVIewControler p =

Re: [MonoTouch] GC'ed --- System.MissingMethodException

2012-08-20 Thread Dotnet Projects
(intptr) at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0] in filename unknown:0 at Application.Main (System.String[] args) [0x0] in filename unknown:0 On Mon, Aug 20, 2012 at 1:53 PM, Dotnet Projects

Re: [MonoTouch] GC'ed --- System.MissingMethodException

2012-08-20 Thread Dotnet Projects
, System.String delegateClassName) [0x0] in filename unknown:0 at Application.Main (System.String[] args) [0x0] in filename unknown:0 On Mon, Aug 20, 2012 at 1:53 PM, Dotnet Projects coderproje...@gmail.com wrote: Thanks for the reply. I am not using SGEN but I am

Re: [MonoTouch] My Ipad app doesn't start in some countries.

2012-05-15 Thread dotnet projects
I forgot to mention I am getting the following error: Objective-C exception thrown. Name: NSUnknownKeyException Reason: [testturkishViewController 0x1032ad30 setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imgBck Thanks Art On Tue, May 15, 2012 at 10:36 AM,

Re: [MonoTouch] top 5 in iOS 5

2011-09-29 Thread dotnet projects
Thanks for reminding us. The features I mentioned are available to the public http://developer.apple.com/technologies/ios5/ Art On Fri, Sep 30, 2011 at 12:32 AM, Abe Gillespie abe.gilles...@gmail.comwrote: Just FYI, NDA, people. Probably shouldn't be posting this stuff. Especially since I

[MonoTouch] seting UIWebview user agent (objectiveC question)

2011-09-12 Thread dotnet projects
Hi, I am trying to convert the following code to .Net NSString *urlAddress = @http://www.amazon.com;; //Create a URL object. NSURL *url = [NSURL URLWithString:urlAddress]; //URL Requst Object NSMutableURLRequest *requestObj = [NSMutableURLRequest requestWithURL:url]; [requestObj