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]
troubles with VS2005
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dams77,
It's strange. Using VS2005's automatic upgrading system should have upgraded your applications fine. How did you ported them to VS2005? Is there any other information in the error message?
Thanks in advance.
It's strange. Using VS2005's automatic upgrading system should have upgraded your applications fine. How did you ported them to VS2005? Is there any other information in the error message?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dam's,
Not that I can think of. Are you using the latest TeeChart for .NET v1 update build available at the client area? If you are using an old v1 release it could be that has some issue with VS2005.
If the problem persists please send us a simple example project we can run "as-is" to reproduce the problem here.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Not that I can think of. Are you using the latest TeeChart for .NET v1 update build available at the client area? If you are using an old v1 release it could be that has some issue with VS2005.
If the problem persists please send us a simple example project we can run "as-is" to reproduce the problem here.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |