Group: Forum Members
Last Active: 4 Years Ago
Posts: 49,
Visits: 179
|
Hi, After unloading the current control which contains the Chart controls in user controls we are getting an exception which states that there was some callback which found some object null. The big issue is that this exception was not handled with at the control causing application to crash. See below screen shot that may help to identity the issue. Thanks, Niranjan
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Niranjan, The form also contains the chart command bars - you need to disconnect the NChartCommandBarsManager from the chart control before unloading it: NChartCommandBarsManager1.ChartControl = null;
Best Regards, Nevron Support Team
|