does not imlement IXmlSerializable interface
Posted: Tue Apr 26, 2011 10:03 pm
Using tChart .Net v3 I get the error below:
Type 'System.Drawing.Color, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not implement IXmlSerializable interface therefore can not proceed with serialization.
Whever I edit the chart and then try and save the form it lives on.
Winform .Net app targeting .Net framework 3.5
Visual Studio 2008 sp1
Running on Windows XP.
see attached image for error and chart version.
Could this be a .Net version problem?
I've tried deleting references to System.Drawing.Color in from.resx and then the form doesn't load anymore.
It's probably something simple but eluding me.
thanks in advance.
Joseph
Type 'System.Drawing.Color, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not implement IXmlSerializable interface therefore can not proceed with serialization.
Whever I edit the chart and then try and save the form it lives on.
Winform .Net app targeting .Net framework 3.5
Visual Studio 2008 sp1
Running on Windows XP.
see attached image for error and chart version.
Could this be a .Net version problem?
I've tried deleting references to System.Drawing.Color in from.resx and then the form doesn't load anymore.
It's probably something simple but eluding me.
thanks in advance.
Joseph