[MonoTouch] Weird Json.NET / Newtonsoft errors w/ latest MT beta and 5.1

2012-03-10 Thread Nic Wise
) I tried going back to an old MT (5.2.5) with the same result. Once I get this, if I restart my app, I get seg faults in all the codes mostly sqlite. Very odd. 20120310/101453: Exception: System.NullReferenceException: Object reference not set

Re: [MonoTouch] Weird Json.NET / Newtonsoft errors w/ latest MT beta and 5.1

2012-03-10 Thread Nic Wise
(5.2.5) with the same result. Once I get this, if I restart my app, I get seg faults in all the codes mostly sqlite. Very odd. 20120310/101453: Exception: System.NullReferenceException: Object reference not set to an instance of an object

[MonoTouch] Using MonoTouch Profiler with a real device

2012-03-10 Thread ste...@gmail.com
Hi all, is it supported to use the MonoTouch Profiler with a real device, for memory profiling? When I use it on the simulator, it works correctly. When I try to use it with an iPad connected to the pc, the app is launched on device, but the Heap Shot windows doesn't appear after I press the

Re: [MonoTouch] Consuming WCF

2012-03-10 Thread Tomasz Cielecki
You are consuming the service async. So you reach the return statement before it gets to load the string into strValue. On Mar 9, 2012 4:11 PM, Alessandro80 alessan...@iws-italia.it wrote: PS: if I change strValue = String.Format(This is service response: {0},e.Result); with

Re: [MonoTouch] Using MonoTouch Profiler with a real device

2012-03-10 Thread Mike Bluestein
Yes, it is supported on a device. Reading your description below, it sounds like you may have launched the app manually and then selected profile. If that's the case, just select profile and it will launch the app and heap shot. It takes a few seconds to start up as well. Also, you need to

Re: [MonoTouch] Weird Json.NET / Newtonsoft errors w/ latest MT beta and 5.1

2012-03-10 Thread Sebastien Pouliot
result. Once I get this, if I restart my app, I get seg faults in all the codes mostly sqlite. Very odd. 20120310/101453: Exception: System.NullReferenceException: Object reference not set to an instance of an object  at System.Array.Copy

Re: [MonoTouch] Crash on Wifi only

2012-03-10 Thread Matthieu Laban
Hi Rolf, All these calls are async, the app is actually rendering when this happens. We've already been showing multiple openGL frames with the full game UI. Matt On Fri, Mar 9, 2012 at 11:22 PM, Rolf Bjarne Kvinge r...@xamarin.comwrote: Hi, On Fri, Mar 9, 2012 at 8:47 PM, Matthieu Laban

Re: [MonoTouch] Weird Json.NET / Newtonsoft errors w/ latest MT beta and 5.1

2012-03-10 Thread Nic Wise
) I tried going back to an old MT (5.2.5) with the same result. Once I get this, if I restart my app, I get seg faults in all the codes mostly sqlite. Very odd. 20120310/101453: Exception: System.NullReferenceException: Object reference not set

Re: [MonoTouch] MonoDevelop not building App Store ZIP or Bundled Correctly

2012-03-10 Thread technohead
I've discovered the problem, but not really sure exactly how it has ended up this way. The icon files are in the app bundle, and the icon sizes are correct, but the capitalization of the files is incorrect. That is, the file Icon.png is actually icon.png in the bundle. I originally had them named

Re: [MonoTouch] Capturing a signature

2012-03-10 Thread Dean Cleaver
Awesome – thanx Jason. Will flick you an email tomorrow evening. Dino From: Jason Awbrey [mailto:ja...@awbrey.net] Sent: Saturday, March 10, 2012 12:38 PM To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Capturing a signature I have code to do exactly this but am out of

Re: [MonoTouch] MonoDevelop not building App Store ZIP or Bundled Correctly

2012-03-10 Thread technohead
I ended up deleting the bin and obj directories and rebuilding the zip app bundle and was now able to submit. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoDevelop-not-building-App-Store-ZIP-or-Bundled-Correctly-tp3467134p4462974.html Sent from the MonoTouch

Re: [MonoTouch] Capturing a signature

2012-03-10 Thread Dan Miser
I'm looking for the same thing if you wouldn't mind sharing. Thanks. On Mar 10, 2012, at 12:38 PM, Jason Awbrey ja...@awbrey.net wrote: I have code to do exactly this but am out of town without my Mac - remind me tomorrow night and I can send it to you Sent from my iPhone On Mar 10,