Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created March 6, 2012 21:22
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 pjbeaman/1989045 to your computer and use it in GitHub Desktop.
Save pjbeaman/1989045 to your computer and use it in GitHub Desktop.
Object reference not set to an instance of an object
at Popovers.DetailViewController.ShouldAutorotateToInterfaceOrientation (UIInterfaceOrientation toInterfaceOrientation) [0x0000e] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/Popovers/DetailViewController.cs:144
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:IntPtr_objc_msgSend (intptr,intptr)
at MonoTouch.UIKit.UIViewController.get_View () [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIViewController.g.cs:598
at Popovers.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00054] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/Popovers/AppDelegate.cs:30
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) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at Popovers.Application.Main (System.String[] args) [0x00000] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/Popovers/Main.cs:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment