Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. at System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target)
  2. at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  3. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  4. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  5. at Stylet.ViewManager.InitializeView(UIElement view, Type viewType)
  6. at Stylet.ViewManager.CreateViewForModel(Object model)
  7. at Stylet.ViewManager.CreateAndBindViewForModel(Object model)
  8. at Stylet.ViewManager.CreateAndBindViewForModelIfNecessary(Object model)
  9. at Stylet.ViewManager.OnModelChanged(DependencyObject targetLocation, Object oldValue, Object newValue)
  10. at Stylet.Xaml.View.<>c.<.cctor>b__14_0(DependencyObject d, DependencyPropertyChangedEventArgs e)
  11. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  12. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  13. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  14. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  15. at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
  16. at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
  17. at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
  18. at System.Windows.Data.BindingExpression.Activate(Object item)
  19. at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
  20. at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance)
  21. at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance)
  22. at MS.Internal.Data.DataBindEngine.Run(Object arg)
  23. at MS.Internal.Data.DataBindEngine.OnLayoutUpdated(Object sender, EventArgs e)
  24. at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
  25. at System.Windows.ContextLayoutManager.UpdateLayout()
  26. at System.Windows.UIElement.UpdateLayout()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement