Skip to content

Instantly share code, notes, and snippets.

@atin360
Created October 23, 2012 09:43
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/3937920 to your computer and use it in GitHub Desktop.
Save atin360/3937920 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at SimpleTextInput.EditableCoreTextView.ResignFirstResponder () [0x00000] in /Users/jatin/Desktop/xamarin-monotouch-samples-33efa2f/SimpleTextInput/EditableCoreTextView.cs:77
at MonoTouch.Foundation.NSObject.ReleaseManagedRef () [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/Foundation/NSObject.cs:191
at MonoTouch.Foundation.NSObject.FinishDispose () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/Foundation/NSObject.cs:195
at MonoTouch.Foundation.NSObject+MonoTouch_Disposer.Drain (MonoTouch.Foundation.NSObject ctx) [0x00062] in /Developer/MonoTouch/Source/monotouch/src/Foundation/NSObject.cs:417
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 SimpleTextInput.Application.Main (System.String[] args) [0x00000] in /Users/jatin/Desktop/xamarin-monotouch-samples-33efa2f/SimpleTextInput/Main.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment