Skip to content

Instantly share code, notes, and snippets.

@atin360
Last active December 11, 2015 13:38
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/4608186 to your computer and use it in GitHub Desktop.
Save atin360/4608186 to your computer and use it in GitHub Desktop.
2013-01-24 20:57:59.926 Example_Drawing[518:907] System.NullReferenceException: Object reference not set to an instance of an object
at Example_Drawing.Screens.iPad.Images.Controller.ViewDidLoad () [0x000d6] in /Users/nischal/Desktop/monotouch-samples-master/Drawing/Screens/iPad/Images/Controller.cs:41
at MonoTouch.UIKit.UINavigationController.PushViewController (MonoTouch.UIKit.UIViewController viewController, Boolean animated) [0x00019] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UINavigationController.g.cs:176
at Example_Drawing.Screens.iPad.Home.HomeScreen.<ViewDidLoad>m__6 (System.Object , System.EventArgs ) [0x00000] in /Users/nischal/Desktop/monotouch-samples-master/Drawing/Screens/iPad/Home/HomeScreen.xib.cs:49
at MonoTouch.UIKit.UIControlEventProxy.Activated () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIControl.cs:30
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at Example_Drawing.Application.Main (System.String[] args) [0x00000] in /Users/nischal/Desktop/monotouch-samples-master/Drawing/Application.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment