[MonoTouch] mtouch exited with code 99

2012-09-24 Thread Stoo Goff
After a recent update I've started getting the following error whenever I try to compile: mtouch exited with code 99 This happens for all projects and both simulator and device builds. I can't find much information on it but it seems to be related to the licence. My subscription to monotouch

Re: [MonoTouch] OpenGLViewController

2012-08-01 Thread Stoo Goff
, 2012, at 5:37 PM, Stoo Goff stoo.g...@gmail.com wrote: Hi, I'm working on an iPhone app which uses an OpenGLViewController with an iPhoneOSGameView as the view. The problem I'm having is I create another UIViewController and display it using PresentModalViewController. When the modal view

[MonoTouch] OpenGLViewController

2012-07-31 Thread Stoo Goff
Hi, I'm working on an iPhone app which uses an OpenGLViewController with an iPhoneOSGameView as the view. The problem I'm having is I create another UIViewController and display it using PresentModalViewController. When the modal view controller is dismissed the original OpenGL view controller

[MonoTouch] XmlSerializer Deserialize a Rectangle

2012-05-29 Thread Stoo Goff
I'm trying to deserialise an XML file which contains a System.Drawing.Rectangle. In the simulator everything works as expected, on the device the Height of the rectangle is always 0. The code is: using(var stream = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) { var