Gouge series with C++/CLI
Posted: Tue Jul 21, 2009 9:15 am
HI.
I am working with VS 2008 C++/CLI winform application
when i try to add LinearGouge to tChart i get compilation errors (see below).
i get errors with all gouge series but only with them
when i add this series to C# winform application everithing works fine
are you familiar with this problem?
any suggestion of how to resolve this problem?
thanks.
the errors:
error RG0000: Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'.
1>d:\Dev\eee\eee\Form1.resX : error RG0000: Specific exception: "XmlException" Message: "Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'. ---> XmlException: Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'. Line 157, position 5. ---> SerializationException: Unable to find assembly 'TeeChart, Version=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'."
1>2 error(s).
I am working with VS 2008 C++/CLI winform application
when i try to add LinearGouge to tChart i get compilation errors (see below).
i get errors with all gouge series but only with them
when i add this series to C# winform application everithing works fine
are you familiar with this problem?
any suggestion of how to resolve this problem?
thanks.
the errors:
error RG0000: Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'.
1>d:\Dev\eee\eee\Form1.resX : error RG0000: Specific exception: "XmlException" Message: "Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'. ---> XmlException: Type could not be read from the data in line 157, 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=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'. Line 157, position 5. ---> SerializationException: Unable to find assembly 'TeeChart, Version=4.0.0.15034, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'."
1>2 error(s).