Advertisement
Guest User

Untitled

a guest
Jan 13th, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. ystem.ArgumentNullException
  2. HResult=0x80004003
  3. Message=Value cannot be null.
  4. Source=mscorlib
  5. StackTrace:
  6. at System.Threading.Monitor.ReliableEnter(Object obj, Boolean& lockTaken)
  7. at Arction.Wpf.ChartingMVVM.LightningChart.ZPC()
  8. at Arction.Wpf.ChartingMVVM.LightningChart.BeginUpdate()
  9. at ns.Wpf.UserControls.EditableChart.<>c__DisplayClass19_0.<myChart_Loaded>b__0(ColorTheme theme) in C:\%PATH_TO_FILE%\EditableChart.xaml.cs:line 1115 # The line reported in the screenshot
  10. at System.Reactive.AnonymousObserver`1.OnNextCore(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousObserver.cs:line 67
  11. at System.Reactive.ObserverBase`1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/ObserverBase.cs:line 34
  12. at Reactive.Bindings.ReactiveProperty`1.OnNextAndRaiseValueChanged(T& value)
  13. at Reactive.Bindings.ReactiveProperty`1.SetValue(T value)
  14. at Reactive.Bindings.ReactiveProperty`1.set_Value(T value)
  15. at Reactive.Bindings.ReactiveProperty`1.<.ctor>b__42_0(T x)
  16. at System.Reactive.AnonymousSafeObserver`1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43
  17. at System.Reactive.Linq.ObservableImpl.Select`2.Selector._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
  18. at Reactive.Bindings.Internals.ObserverNode`1.OnNext(T value)
  19. at Reactive.Bindings.ReactiveProperty`1.OnNextAndRaiseValueChanged(T& value)
  20. at Reactive.Bindings.ReactiveProperty`1.SetValue(T value)
  21. at Reactive.Bindings.ReactiveProperty`1.set_Value(T value)
  22. at NS.Services.SettingsService.Set(String settingName, Object value) in
  23. C:\%PATH_TO_FILE%\SettingsService.cs:line 90
  24. at NS.ViewModels.AppSettingsDialogViewModel.<OnDialogOpened>b__46_2(SelectedTheme v) in C:\%PATH_TO_FILE%\AppSettingsDialogViewModel.cs:line 78
  25. at System.Reactive.AnonymousObserver`1.OnNextCore(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousObserver.cs:line 67
  26. at System.Reactive.ObserverBase`1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/ObserverBase.cs:line 36
  27. at Reactive.Bindings.ReactivePropertySlim`1.OnNextAndRaiseValueChanged(T& value)
  28. at Reactive.Bindings.ReactivePropertySlim`1.set_Value(T value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement