Skip to content

Instantly share code, notes, and snippets.

@jatin360
Created May 15, 2012 13:28
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 jatin360/2701787 to your computer and use it in GitHub Desktop.
Save jatin360/2701787 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at Example_SharedResources.Screens.iPhone.Contacts.AddressBookScreen.BtnAddPhoneNumberTouchUpInside (System.Object sender, System.EventArgs e) [0x00013] in /Users/nischal/Downloads/xamarin-monotouch-samples-af478bf/SharedResources/SharedResources/Screens/iPhone/Contacts/AddressBookScreen.xib.cs:141
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) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at Example_SharedResources.Application.Main (System.String[] args) [0x00000] in /Users/nischal/Downloads/xamarin-monotouch-samples-af478bf/SharedResources/SharedResources/Application.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment