Can not bulid TeeChart in VC 2005

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Anatoli
Newbie
Newbie
Posts: 1
Joined: Wed Jan 18, 2006 12:00 am

Can not bulid TeeChart in VC 2005

Post by Anatoli » Mon Jan 23, 2006 3:29 pm

Hello,

When I try to build a project with TeeChart component I get the following error message:

Error 1 error RG0000: Type could not be read from the data in line 202, 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.2179.21172, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'. c:\Common\USER\VS2005\Test\TeeChart_test3\TeeChart_test3\Form1.resX 1

The build is possible though when I remove tChart1.Chart entry in the resource file.


Best regards,
Anatoli

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 Jan 23, 2006 3:50 pm

Hello Anatoli,

I'm not able to reproduce the problem here. Could you please send us an example we can run "as-is" to reproduce the problem here?

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] 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

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 Jan 24, 2006 1:03 pm

Hi Anatoli,

Thanks for your example, I've been able to reproduce the problem here.

It works fine using the Debug Build available at our Customer Download Area.
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

LAVco
Newbie
Newbie
Posts: 5
Joined: Fri Nov 15, 2002 12:00 am
Location: Canada
Contact:

Post by LAVco » Fri Jan 27, 2006 8:34 pm

>>It works fine using the Debug Build available at our Customer
>>Download Area.
>>Best Regards
>>Narcís Calvet

Narcis I too am having problems using it in VS2005 C++. Is the Debug Build is the UpdateBuild (Build 1.1.2179.21092)? If so, I am still having problems.

Eric

LAVco
Newbie
Newbie
Posts: 5
Joined: Fri Nov 15, 2002 12:00 am
Location: Canada
Contact:

Post by LAVco » Fri Jan 27, 2006 9:27 pm

Ooops I see the reason I did not see it is it is for V2 and not V1. I take it here will be no fix for version 1?

Eric

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 Jan 31, 2006 9:25 am

Hi Eric,

This has also been fixed for v1 and the fix will be included with the next release.
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

sring
Newbie
Newbie
Posts: 15
Joined: Thu Jun 30, 2005 4:00 am

I too can't build, even with the debug build

Post by sring » Wed Feb 08, 2006 11:29 pm

I could be using the debug build incorrectly, but I can't build with it either. I still get the same error about the resx file.

When are you anticipating the next release build that will fix this?

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 Feb 09, 2006 10:00 am

Hi sring,

Did you check that your project references section still doesn't make reference to the previous TeeChart version instead of the debug build? You could also try removing that project's "bin" and "obj" folders, generated by Visual Studio .NET, and rebuild 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

sring
Newbie
Newbie
Posts: 15
Joined: Thu Jun 30, 2005 4:00 am

Post by sring » Thu Feb 09, 2006 3:36 pm

I checked the references, and they now point to the debug dll. I deleted the debug folder and rebuilt the solution - same result. This is a c++ dll project if that helps.

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 Feb 10, 2006 11:42 am

Hi sring,

You could try copying the Teechart.dll (the debug build one) to the C:\Program Files\Steema Software\TeeChart for .NET v2 folder, overwriting the old one, and then creating a new VC++ project.
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