Can not bulid TeeChart in VC 2005
Can not bulid TeeChart in VC 2005
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Eric,
This has also been fixed for v1 and the fix will be included with the next release.
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 |
Instructions - How to post in this forum |
I too can't build, even with the debug build
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?
When are you anticipating the next release build that will fix this?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |