Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@atin360
Created January 30, 2013 14:38
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/2ae43885ea30af5fc73a to your computer and use it in GitHub Desktop.
Save atin360/2ae43885ea30af5fc73a to your computer and use it in GitHub Desktop.
UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at NfcXample.MainActivity.EnableWriteMode () <0x000e0>
at NfcXample.MainActivity.WriteTagButtonOnClick (object,System.EventArgs) <0x0009b>
at Android.Views.View/IOnClickListenerImplementor.OnClick (Android.Views.View) <0x0005b>
at Android.Views.View/IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (intptr,intptr,intptr) <0x0005b>
at (wrapper dynamic-method) object.4be2894f-795d-418b-9266-916b4cbfbef0 (intptr,intptr,intptr) <0x00043>
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at NfcXample.MainActivity.EnableWriteMode () [0x00000] in <filename unknown>:0
at NfcXample.MainActivity.WriteTagButtonOnClick (System.Object sender, System.EventArgs eventArgs) [0x00000] in <filename unknown>:0
at Android.Views.View+IOnClickListenerImplementor.OnClick (Android.Views.View v) [0x00000] in <filename unknown>:0
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (IntPtr jnienv, IntPtr native__this, IntPtr native_v) [0x00000] in <filename unknown>:0
at (wrapper dynamic-method) object:4be2894f-795d-418b-9266-916b4cbfbef0 (intptr,intptr,intptr)
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at NfcXample.MainActivity.EnableWriteMode () [0x00000] in <filename unknown>:0
at NfcXample.MainActivity.WriteTagButtonOnClick (System.Object sender, System.EventArgs eventArgs) [0x00000] in <filename unknown>:0
at Android.Views.View+IOnClickListenerImplementor.OnClick (Android.Views.View v) [0x00000] in <filename unknown>:0
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (IntPtr jnienv, IntPtr native__this, IntPtr native_v) [0x00000] in <filename unknown>:0
at (wrapper dynamic-method) object:4be2894f-795d-418b-9266-916b4cbfbef0 (intptr,intptr,intptr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment