Radar Chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Radar Chart

Post by vijay » Tue Oct 24, 2006 2:36 pm

Whenever I tried to add a radar chart on a Tab..it gives me the following errors:

error RG0000: Type could not be read from the data in line 179, position 5. The type's internal structure may have changed. Either implement ISerializable on the type or provide a type converter that can provide a more reliable conversion format, such as text or an array of bytes. The conversion exception was: Unable to find assembly 'TeeChart, Version=2.0.2306.26234, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'

error RG0000: Specific exception: "XmlException"

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

Post by Narcís » Tue Oct 24, 2006 3:04 pm

Hi vijay,

I'm not able to reproduce the problem here using the latest TeeChart for .NET v2 maintenance release. Could you please upgrade your TeeChart version, check that your project references are properly updated and test if it works at your end?

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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Tue Oct 24, 2006 3:20 pm

narcis wrote:Hi vijay,

I'm not able to reproduce the problem here using the latest TeeChart for .NET v2 maintenance release. Could you please upgrade your TeeChart version, check that your project references are properly updated and test if it works at your end?

Thanks in advance.
How to upgrade to new version? do I need to download the installation file?where can I find it..

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

Post by Narcís » Tue Oct 24, 2006 3:26 pm

Hi vijay,

You need to uninstall the current version, remove your project's bin and obj folders, download the new installer from http://www.steema.com/downloads/client_access.html, install it, check that the TeeChart.dll reference in your project points to the new version and build the solution.
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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Tue Oct 24, 2006 3:27 pm

ok..Thanks for the info

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Fri Nov 10, 2006 3:53 pm

I have upgraded to new version ..but the problem repeats..

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

Post by Narcís » Mon Nov 13, 2006 10:41 am

Hi vijay,

Have you checked that your project TeeChart.dll reference has really been updated? You can do it manually removing this reference, shutting down VS.NET, removing your project's bin and obj folders, re-start VS.NET, re-open your project and assign the new reference. Finally build the application.

If the problem persists, could you please send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Mon Nov 13, 2006 10:52 am

narcis wrote:Hi vijay,

Have you checked that your project TeeChart.dll reference has really been updated? You can do it manually removing this reference, shutting down VS.NET, removing your project's bin and obj folders, re-start VS.NET, re-open your project and assign the new reference. Finally build the application.

If the problem persists, could you please send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
I have updated the reference..but still the problem repeats
I tried to post my files at your newsgroup..but it is saying the file size is too large..its size is 3.97MB..Is there any other way to send you files?

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

Post by Narcís » Mon Nov 13, 2006 11:07 am

Hi vijay,

There's no need that you send your project's bin and obj folders where the .exe files and some assemblies are stored. Would you be so kind to remove all unnecessary files from the packages you send us? If this file is still too big let me know and we will look for alternative solutions.

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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Mon Nov 13, 2006 11:13 am

I have posted my files to the newsgroup.
Thank you

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

Post by Narcís » Mon Nov 13, 2006 1:10 pm

Hi vijay,

This seems to be a Visual C++ .NET issue. We have been able to reproduce the same problem here with a UserControl that has an ArrayList property. This doesn't happen with a C# project.

I'm going to attach this user control at the newsgroups. Try adding an instance of the control in a VC++ project, close the form and open it again, the error will appear.

We will investigate if we can find a solution that doesn't compromise.
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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Mon Nov 13, 2006 3:29 pm

narcis wrote:Hi vijay,

This seems to be a Visual C++ .NET issue. We have been able to reproduce the same problem here with a UserControl that has an ArrayList property. This doesn't happen with a C# project.

I'm going to attach this user control at the newsgroups. Try adding an instance of the control in a VC++ project, close the form and open it again, the error will appear.

We will investigate if we can find a solution that doesn't compromise.
I didnt understand what you want me to do :(
I tried to add a radar chart to the project u sent and its working fine
But what I observed is
1)No problem with c-sharp project..it occurs only with Managed C++ in .NET which I am working
2)This problem is with Radar,Donut etcc

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

Post by Narcís » Mon Nov 13, 2006 3:36 pm

Hi vijay,
I didnt understand what you want me to do
I tried to add a radar chart to the project u sent and its working fine
The project I attached is a user control. You can add the user control project to the example you sent us. Replace the TeeChart component for the user control. Close the form and re-open it. You'll see an error appearing which is related to the error that radar series gives. This won't happen in a C# project.
But what I observed is
1)No problem with c-sharp project..it occurs only with Managed C++ in .NET which I am working
2)This problem is with Radar,Donut etcc
1. Yes, that's what I told in my previous message.
2. Yes, it doesn't seem to be a problem exclusive of Radar series, it comes from more generic classes.
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

vijay
Newbie
Newbie
Posts: 36
Joined: Mon Sep 26, 2005 4:00 am

Post by vijay » Mon Nov 13, 2006 3:49 pm

Thanx for the info..butwhats the solution now?

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

Post by Narcís » Mon Nov 13, 2006 4:00 pm

Hi vijay,

As I already told you, we will try to find a solution that doesn't compromise other TeeChart features.

Anyway, you could also investigate if Microsoft has a solution for this or report the bug to them. You can provide them the user control I've sent you.
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