Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created August 25, 2014 09:34
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/7b6423e2cb6b66995239 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/7b6423e2cb6b66995239 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at Xamarin.Forms.NavigationProxy.set_Inner (INavigation value) [0x00000] in <filename unknown>:0
at Xamarin.Forms.VisualElement.OnParentSet () [0x00000] in <filename unknown>:0
at Xamarin.Forms.Element.set_Parent (Xamarin.Forms.Element value) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Element.OnChildAdded (Xamarin.Forms.Element child) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Layout.OnInternalAdded (Xamarin.Forms.View view) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Layout.InternalChildrenOnCollectionChanged (System.Object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) [0x00000] in <filename unknown>:0
at at (wrapper delegate-invoke) <Module>:invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)
at at (wrapper delegate-invoke) <Module>:invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)
at System.Collections.ObjectModel.ObservableCollection`1[Xamarin.Forms.Element].OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e) [0x00014] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/7.4.0.106/src/mono/mcs/class/System/System.Collections.ObjectModel/ObservableCollection.cs:161
at System.Collections.ObjectModel.ObservableCollection`1[Xamarin.Forms.Element].InsertItem (Int32 index, Xamarin.Forms.Element item) [0x0000e] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/7.4.0.106/src/mono/mcs/class/System/System.Collections.ObjectModel/ObservableCollection.cs:131
at System.Collections.ObjectModel.Collection`1[Xamarin.Forms.Element].Add (Xamarin.Forms.Element item) [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.ObjectModel/Collection.cs:81
at Xamarin.Forms.ObservableWrapper`2[Xamarin.Forms.Element,Xamarin.Forms.View].Add (Xamarin.Forms.View item) [0x00000] in <filename unknown>:0
at StackView.App.GetMainPage () [0x00083] in /Users/360_macmini/Downloads/StackView/StackView/App.cs:29
at StackView.iOS.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00021] in /Users/360_macmini/Downloads/StackView/iOS/AppDelegate.cs:23
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/UIApplication.cs:39
at StackView.iOS.Application.Main (System.String[] args) [0x00008] in /Users/360_macmini/Downloads/StackView/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment