Skip to content

Instantly share code, notes, and snippets.

@heiligerdankgesang
Created April 10, 2015 18:11
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 heiligerdankgesang/f097677620ee8f3de70d to your computer and use it in GitHub Desktop.
Save heiligerdankgesang/f097677620ee8f3de70d to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at at System.Threading.Tasks.Task.Schedule (bool) <IL 0x00045, 0x00210>
at at System.Threading.Tasks.Task.Start (System.Threading.Tasks.TaskScheduler) <IL 0x0005d, 0x001f3>
at at System.Threading.Tasks.TaskFactory.StartNew (System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler) <IL 0x00017, 0x0011f>
at at System.Threading.Tasks.TaskFactory.StartNew (System.Action,System.Threading.CancellationToken) <IL 0x0000f, 0x000af>
at at System.Reactive.Concurrency.TaskPoolScheduler.Schedule<object> (object,System.Func`3<System.Reactive.Concurrency.IScheduler, object, System.IDisposable>) <0x0037f>
at at System.Reactive.Concurrency.Scheduler.ScheduleAsync_<object> (System.Reactive.Concurrency.IScheduler,object,System.Func`4<System.Reactive.Concurrency.IScheduler, object, System.Threading.CancellationToken, System.Threading.Tasks.Task>) <0x00133>
at at System.Reactive.Concurrency.Scheduler.ScheduleAsync (System.Reactive.Concurrency.IScheduler,System.Func`3<System.Reactive.Concurrency.IScheduler, System.Threading.CancellationToken, System.Threading.Tasks.Task>) <IL 0x0003c, 0x0021f>
at TestAndroidApp.MainActivity.OnCreate (Android.OS.Bundle) [0x0006a] in /Users/dominicnahous/Downloads/TestAndroidApp/TestAndroidApp/MainActivity.cs:43
at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/1353/ac29b2c6/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Android.App.Activity.cs:2380
at at (wrapper dynamic-method) object.e166799b-44a1-4f60-99ac-b3174c2954d6 (intptr,intptr,intptr) <IL 0x00017, 0x0004b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment