Created
July 21, 2011 09:05
-
-
Save CartBlanche/1096821 to your computer and use it in GitHub Desktop.
MonoMac crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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