COMException Error

TeeChart for ActiveX, COM and ASP
Post Reply
Ajith Nair
Newbie
Newbie
Posts: 49
Joined: Wed Aug 18, 2004 4:00 am

COMException Error

Post by Ajith Nair » Thu Aug 30, 2007 11:59 am

Dear Team,

I am getting an error so called "System.Runtime.InteropServices.COMException (0x8000FFFF): Schwerwiegender Fehler (means Serious error)" after adding 289000 data points by AxTChart1.Series(3).AddXY. But it happens only in one of the several series and it is assigned in custom axis in vertical. But then I uploaded same amount of data through AxTChart1.Series(3).AddArray and then used AxTChart1.Series(3).AddXY and it work fine.

Its also in VB.Net 2003

Any solution for the above?

Ajith

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 30, 2007 1:44 pm

Hi Ajith,

Could you 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
Image Image Image Image Image Image
Instructions - How to post in this forum

Ajith Nair
Newbie
Newbie
Posts: 49
Joined: Wed Aug 18, 2004 4:00 am

Post by Ajith Nair » Fri Aug 31, 2007 8:18 am

Hi Narcís,

Thanks for the reply.

since the module is very huge and its online measurement for a particular device, I may not able to upload data.

I will try some other options and get back to you.

B Regards
Ajith

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Aug 31, 2007 9:01 am

Hi Ajith,

It would be enough for us if you could arrange a simple example project using random data that reproduces this issue.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 12, 2007 3:02 pm

Hi Ajith,

Thanks for the newsgroup attachment but it is very difficult to see where the problem is with so little information and it being intermittent.

How do you populate your chart? You could try setting TChart1.AutoRepaint=false, add data to your chart and then set AutoRepaint to true again. A problem with custom axes could be another option.

If you find any consistent way to reproduce the problem please let us know.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply