Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created January 8, 2010 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migueldeicaza/271893 to your computer and use it in GitHub Desktop.
Save migueldeicaza/271893 to your computer and use it in GitHub Desktop.
Unhandled Exception: System.MissingMethodException: No constructor found for MonoTouch.UIKit.UIControlEventProxy::.ctor(System.IntPtr)
at System.Activator.CreateInstance (System.Type type, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes) [0x00134] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:284
at System.Activator.CreateInstance (System.Type type, System.Object[] args, System.Object[] activationAttributes) [0x00000] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:233
at System.Activator.CreateInstance (System.Type type, System.Object[] args) [0x00000] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:228
at MonoTouch.ObjCRuntime.Runtime.ConstructNSObject (IntPtr ptr, IntPtr klass) [0x0000d] in /cvs/iphone/monotouch/ObjCRuntime/Runtime.cs:142
at MonoTouch.ObjCRuntime.Runtime.GetNSObject (IntPtr ptr) [0x0001f] in /cvs/iphone/monotouch/ObjCRuntime/Runtime.cs:184
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /cvs/iphone/monotouch/UIKit/UIApplication.cs:26
at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in /cvs/iphone/monotouch/UIKit/UIApplication.cs:31
at StreamingAudio.Application.Main (System.String[] args) [0x00000] in /cvs/monotouch-samples/StreamingAudio/Main.cs:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment