Skip to content

Instantly share code, notes, and snippets.

@atin360
Created May 27, 2013 14:11
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 atin360/223a8e6c9a9520f6283e to your computer and use it in GitHub Desktop.
Save atin360/223a8e6c9a9520f6283e to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at SkinnableApp.MainWindowController.addContent (MonoMac.AppKit.NSButton) [0x0000c] in /Users/nischal/Desktop/27th May/mac-samples-master/SkinnableApp/MainWindowController.cs:137
at at (wrapper dynamic-method) object.[SkinnableApp.MainWindowController.Void addContent(MonoMac.AppKit.NSButton)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.AppKit.NSButton) <IL 0x00011, 0x0004b>
at at (wrapper native-to-managed) object.[SkinnableApp.MainWindowController.Void addContent(MonoMac.AppKit.NSButton)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.AppKit.NSButton) <IL 0x0006c, 0x0014f>
at at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00003>
at MonoMac.AppKit.NSApplication.Main (string[]) [0x0003d] in /Users/builder/data/lanes/xamcore-lion-master/f718238e/source/xamcore/src/preprocessed-build/32-bit/monomac/src/AppKit/NSApplication.cs:98
at SkinnableApp.MainClass.Main (string[]) [0x00005] in /Users/nischal/Desktop/27th May/mac-samples-master/SkinnableApp/Main.cs:14
at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment