Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created October 17, 2013 17:29
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 AkhileshKumar01/9b2695602d3c57dfdfd2 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/9b2695602d3c57dfdfd2 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at coreimage.AppDelegate.Demo (System.Func`1 makeDemo) [0x00061] in /Users/nischal/Desktop/monotouch-samples-master/CoreImage/AppDelegate.cs:314
at coreimage.AppDelegate+<FinishedLaunching>c__AnonStorey5+<FinishedLaunching>c__AnonStorey6.<>m__7 (MonoTouch.Dialog.RootElement x) [0x00017] in /Users/nischal/Desktop/monotouch-samples-master/CoreImage/AppDelegate.cs:97
at MonoTouch.Dialog.RootElement.MakeViewController () [0x0000b] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-Elements.cs:2839
at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x00008] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-Elements.cs:2849
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00029] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-DialogViewController.cs:523
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00019] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-DialogViewController.cs:369
at 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) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pp-UIApplication.cs:38
at coreimage.Application.Main (System.String[] args) [0x00012] in /Users/nischal/Desktop/monotouch-samples-master/CoreImage/Main.cs:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment