Page 1 of 1

Can not bulid TeeChart in VC 2005

Posted: Mon Jan 23, 2006 3:29 pm
by 9640007
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

Posted: Mon Jan 23, 2006 3:50 pm
by narcis
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.

Posted: Tue Jan 24, 2006 1:03 pm
by narcis
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.

Posted: Fri Jan 27, 2006 8:34 pm
by 8121677
>>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

Posted: Fri Jan 27, 2006 9:27 pm
by 8121677
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

Posted: Tue Jan 31, 2006 9:25 am
by narcis
Hi Eric,

This has also been fixed for v1 and the fix will be included with the next release.

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

Posted: Wed Feb 08, 2006 11:29 pm
by 9637570
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?

Posted: Thu Feb 09, 2006 10:00 am
by narcis
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.

Posted: Thu Feb 09, 2006 3:36 pm
by 9637570
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.

Posted: Fri Feb 10, 2006 11:42 am
by narcis
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.