Skip to content

Instantly share code, notes, and snippets.

@CartBlanche
Created July 21, 2011 09:05
Show Gist options
  • Save CartBlanche/1096821 to your computer and use it in GitHub Desktop.
Save CartBlanche/1096821 to your computer and use it in GitHub Desktop.
MonoMac crash
Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
Parameter name: element at System.Attribute.CheckParameters (System.Object element, System.Type attributeType) [0x00000] in <filename unknown>:0
at System.Attribute.IsDefined (System.Reflection.MemberInfo element, System.Type attributeType, Boolean inherit) [0x00000] in <filename unknown>:0
at MonoMac.ObjCRuntime.Class.Register (System.Type type, System.String name) [0x00000] in <filename unknown>:0
at MonoMac.ObjCRuntime.Class.Register (System.Type type, System.String name) [0x00000] in <filename unknown>:0
at MonoMac.ObjCRuntime.Class.Register (System.Type type) [0x00000] in <filename unknown>:0
at MonoMac.ObjCRuntime.Runtime.RegisterAssembly (System.Reflection.Assembly a) [0x00000] in <filename unknown>:0
at MonoMac.AppKit.NSApplication.Init () [0x00000] in <filename unknown>:0
at PeerToPeer.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment