We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

chartControl1 NullReferenceException during dispose

I have a chart control on my form and if I just execute my program and then click on X to terminate I get a

System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object." Error message (file attached) during the
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);

}

My chartControl1 is visible=false initialy.
If I set it to visible=true it works fine.

Does any one have any ideas?



nullEx.zip

1 Reply

SR Sri Rajan Syncfusion Team February 6, 2008 12:50 AM UTC

Hi Rami,

Thank you for your continued interest in Syncfusion products.

This issue seems to be fixed our later versions. Could you please test this issue in our later versions and let us know whether you are able to reproduce the issue in our later versions? You can download this version from the following page.

http://www.syncfusion.com/downloads/latestversion/default.aspx

Unlock key :
If your Essential Studio license is current, you will be able to obtain the key to install this version from your account in DirectTrac. Otherwise please contact your Syncfusion Sales Representative or e-mail salessupport@syncfusion.com.

Please let me know if you have further questions.

Regards,
Srirajan


Loader.
Live Chat Icon For mobile
Up arrow icon