Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. [MvxBind] 3.17 Problem seen during binding execution for from Groups to ItemsSource - problem TargetInvocationException: Exception has been thrown by the target of an invocation.
  2. [MvxBind] at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  3. [MvxBind] at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  4. [MvxBind] at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
  5. [MvxBind] at Cirrious.MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding.SetValue (System.Object value) [0x00000] in <filename unknown>:0
  6. [MvxBind] at Cirrious.MvvmCross.Binding.Bindings.MvxFullBinding.UpdateTargetFromSource (Boolean isAvailable, System.Object value) [0x00000] in <filename unknown>:0
  7. [MvxBind] InnerException was ArgumentNullException: missing source event info in MvxWeakEventSubscription
  8. [MvxBind] Parameter name: sourceEventInfo
  9. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxWeakEventSubscription`2[System.Collections.Specialized.INotifyCollectionChanged,System.Collections.Specialized.NotifyCollectionChangedEventArgs]..ctor (INotifyCollectionChanged source, System.Reflection.EventInfo sourceEventInfo, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  10. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxNotifyCollectionChangedEventSubscription..ctor (INotifyCollectionChanged source, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  11. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxWeakSubscriptionExtensionMethods.WeakSubscribe (INotifyCollectionChanged source, System.EventHandler`1 eventHandler) [0x00000] in <filename unknown>:0
  12. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.SetItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  13. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  14. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxGridView.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  15. [MvxBind] at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  16. [MvxBind] at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  17. MvxBind:Error: 3.17 Problem seen during binding execution for from Groups to ItemsSource - problem TargetInvocationException: Exception has been thrown by the target of an invocation.
  18. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  19. at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  20. at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
  21. at Cirrious.MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding.SetValue (System.Object value) [0x00000] in <filename unknown>:0
  22. at Cirrious.MvvmCross.Binding.Bindings.MvxFullBinding.UpdateTargetFromSource (Boolean isAvailable, System.Object value) [0x00000] in <filename unknown>:0
  23. InnerException was ArgumentNullException: missing source event info in MvxWeakEventSubscription
  24. Parameter name: sourceEventInfo
  25. at Cirrious.CrossCore.WeakSubscription.MvxWeakEventSubscription`2[System.Collections.Specialized.INotifyCollectionChanged,System.Collections.Specialized.NotifyCollectionChangedEventArgs]..ctor (INotifyCollectionChanged source, System.Reflection.EventInfo sourceEventInfo, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  26. at Cirrious.CrossCore.WeakSubscription.MvxNotifyCollectionChangedEventSubscription..ctor (INotifyCollectionChanged source, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  27. at Cirrious.CrossCore.WeakSubscription.MvxWeakSubscriptionExtensionMethods.WeakSubscribe (INotifyCollectionChanged source, System.EventHandler`1 eventHandler) [0x00000] in <filename unknown>:0
  28. at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.SetItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  29. at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  30. at Cirrious.MvvmCross.Binding.Droid.Views.MvxGridView.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  31. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  32. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  33. [MvxBind] 3.18 Problem seen during binding execution for from Products to ItemsSource - problem TargetInvocationException: Exception has been thrown by the target of an invocation.
  34. [MvxBind] at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  35. [MvxBind] at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  36. [MvxBind] at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
  37. [MvxBind] at Cirrious.MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding.SetValue (System.Object value) [0x00000] in <filename unknown>:0
  38. [MvxBind] at Cirrious.MvvmCross.Binding.Bindings.MvxFullBinding.UpdateTargetFromSource (Boolean isAvailable, System.Object value) [0x00000] in <filename unknown>:0
  39. [MvxBind] InnerException was ArgumentNullException: missing source event info in MvxWeakEventSubscription
  40. [MvxBind] Parameter name: sourceEventInfo
  41. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxWeakEventSubscription`2[System.Collections.Specialized.INotifyCollectionChanged,System.Collections.Specialized.NotifyCollectionChangedEventArgs]..ctor (INotifyCollectionChanged source, System.Reflection.EventInfo sourceEventInfo, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  42. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxNotifyCollectionChangedEventSubscription..ctor (INotifyCollectionChanged source, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  43. [MvxBind] at Cirrious.CrossCore.WeakSubscription.MvxWeakSubscriptionExtensionMethods.WeakSubscribe (INotifyCollectionChanged source, System.EventHandler`1 eventHandler) [0x00000] in <filename unknown>:0
  44. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.SetItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  45. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  46. [MvxBind] at Cirrious.MvvmCross.Binding.Droid.Views.MvxGridView.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  47. [MvxBind] at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  48. [MvxBind] at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  49. MvxBind:Error: 3.18 Problem seen during binding execution for from Products to ItemsSource - problem TargetInvocationException: Exception has been thrown by the target of an invocation.
  50. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  51. at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  52. at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
  53. at Cirrious.MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding.SetValue (System.Object value) [0x00000] in <filename unknown>:0
  54. at Cirrious.MvvmCross.Binding.Bindings.MvxFullBinding.UpdateTargetFromSource (Boolean isAvailable, System.Object value) [0x00000] in <filename unknown>:0
  55. InnerException was ArgumentNullException: missing source event info in MvxWeakEventSubscription
  56. Parameter name: sourceEventInfo
  57. at Cirrious.CrossCore.WeakSubscription.MvxWeakEventSubscription`2[System.Collections.Specialized.INotifyCollectionChanged,System.Collections.Specialized.NotifyCollectionChangedEventArgs]..ctor (INotifyCollectionChanged source, System.Reflection.EventInfo sourceEventInfo, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  58. at Cirrious.CrossCore.WeakSubscription.MvxNotifyCollectionChangedEventSubscription..ctor (INotifyCollectionChanged source, System.EventHandler`1 targetEventHandler) [0x00000] in <filename unknown>:0
  59. at Cirrious.CrossCore.WeakSubscription.MvxWeakSubscriptionExtensionMethods.WeakSubscribe (INotifyCollectionChanged source, System.EventHandler`1 eventHandler) [0x00000] in <filename unknown>:0
  60. at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.SetItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  61. at Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  62. at Cirrious.MvvmCross.Binding.Droid.Views.MvxGridView.set_ItemsSource (IEnumerable value) [0x00000] in <filename unknown>:0
  63. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  64. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  65. [MvxBind] 3.19 View type not found - fragment
  66. MvxBind:Error: 3.19 View type not found - fragment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement