Points 3D crash in VS2008/VS2005
Posted: Mon Sep 27, 2010 10:06 pm
I am trying to use tchart v1.1.4322 in VS2008 to do a 3D point plot. I can insert the tchart object onto a form and select a new Point 3D series. However, when I compile, VS2008 crashes with the exception "Object Reference not set to an instance of an object." The stack trace shows:
at Steema.TeeChart.Styles.Points3D.SetChart(Chart value)
at Steema.TeeChart.Styles.Series.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()
VS2008 will again crash upon project reload when it tries to display the form with the tchart object. The same thing happens in VS2005 even in a fresh project but not VS2003. There does not appear to be any problems with other type of series - just Point3D. It appears to be a bug of some sort but cannot find any helpful information. Does anyone know of a solution?
at Steema.TeeChart.Styles.Points3D.SetChart(Chart value)
at Steema.TeeChart.Styles.Series.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()
VS2008 will again crash upon project reload when it tries to display the form with the tchart object. The same thing happens in VS2005 even in a fresh project but not VS2003. There does not appear to be any problems with other type of series - just Point3D. It appears to be a bug of some sort but cannot find any helpful information. Does anyone know of a solution?