Search found 3 matches

by joshua
Fri Jul 30, 2021 10:06 am
Forum: LightningChart Bug Reports
Topic: Illegal action on a disposed object \\ null reference exception
Replies: 2
Views: 13949

Re: Illegal action on a disposed object \\ null reference exception

Thanks a lot for your help! The crucial hint was: All that was shared so far point to problem of Chart being disposed. Or maybe more precisely, Chart is marked as disposed but it is not Null. Indeed that was the case. Longer explanation: When our software changes the page with the navigation service...
by joshua
Thu Jul 29, 2021 10:16 am
Forum: LightningChart Bug Reports
Topic: Illegal action on a disposed object \\ null reference exception
Replies: 2
Views: 13949

Illegal action on a disposed object \\ null reference exception

Hi! I am getting an exception when changing between views. I am using MVVM and Arction 10.0.1.4001. On my main page I have a UserControl with binding of ViewXY: <UserControl x:Class="CommonModules.Presentation.UserControls.Course" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr...
by joshua
Tue Dec 15, 2020 10:25 am
Forum: LightningChart Bug Reports
Topic: System.Runtime.InteropServices.COMException when make chart
Replies: 8
Views: 42048

Re: System.Runtime.InteropServices.COMException when make chart

Hi! I am very happy to find this thread. Unfortunately right after I figured out the solution: First of all the situation: We use for programming desktop PC and Laptop with 1 gpu. After deploying our software on a customer laptop, we had to deal with unwanted behavior. Every time we tried to open th...