troubles with VS2005
Posted: Fri Sep 21, 2007 7:23 am
Hello,
we are using Steema Teechart for a long time with our application developed with VS 2003.
Now that we have migrated in VS2005 we encounter a problem on each form using a chart component:
private void InitializeComponent()
{
...
this.cursorToolLeft.Series = this.lineForceL;
...
}
It is not possible to open the Design interface because of the error : "Object reference not set to an instance of an object"
cursorToolLeft is a Steema.TeeChart.Tools.CursorTool
lineForceL is a Steema.TeeChart.Styles.Line
Could somebody tell me what is wrong ?
thanks in advance[/i]
we are using Steema Teechart for a long time with our application developed with VS 2003.
Now that we have migrated in VS2005 we encounter a problem on each form using a chart component:
private void InitializeComponent()
{
...
this.cursorToolLeft.Series = this.lineForceL;
...
}
It is not possible to open the Design interface because of the error : "Object reference not set to an instance of an object"
cursorToolLeft is a Steema.TeeChart.Tools.CursorTool
lineForceL is a Steema.TeeChart.Styles.Line
Could somebody tell me what is wrong ?
thanks in advance[/i]