Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created April 13, 2012 16:52
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/2378311 to your computer and use it in GitHub Desktop.
Save pjbeaman/2378311 to your computer and use it in GitHub Desktop.
Object reference not set to an instance of an object
at QuartzSample.QuartzBlendingViewController.ViewDidLoad () [0x00006] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/QuartzSample/QuartzBlendingViewController.xib.cs:98
at MonoTouch.UIKit.UINavigationController.PushViewController (MonoTouch.UIKit.UIViewController viewController, Boolean animated) [0x0001d] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UINavigationController.g.cs:138
at QuartzSample.MainViewController+TableDelegate.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00013] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/QuartzSample/MainViewController.cs:97
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 MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:43
at QuartzSample.Application.Main (System.String[] args) [0x00000] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/QuartzSample/Main.cs:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment