I have an error which occurs everytime I switch between design and code view in my project. The error repeats 2-3 times and then the VS2008 continues on. The error reported is:
Type 'System.Drawing.Color, System.Drawing, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not
implement IXmlSerializable interface therefore can no proceed with
serialization.
I searched on b03f5f7f11d50a3a in my Solution and found this references several items in the resouces file one example section of code I have included below. No errors occur in my program when I run it. It appears to me that the aspects of my TeeCharts are being automatically serialized when there are changes to the TeeChart properties or tehre is a switch to or from the designer view.
Has anyone else come across this problem? Any assistance is greatly appreciated as I can find nothing on the developer discussions on this particular error.
Thanks
Rob
<data name="FastLinePerson.Colors" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFJUZWVDaGFydCwgVmVyc2lvbj0zLjIuMzAxNi4xNTUyMiwgQ3Vs
dHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj05YzgxMjYyNzZjNzdiZGI3DAMAAABRU3lzdGVtLkRy
YXdpbmcsIFZlcnNpb249Mi4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iMDNm
NWY3ZjExZDUwYTNhBQEAAAAgU3RlZW1hLlRlZUNoYXJ0LlN0eWxlcy5Db2xvckxpc3QDAAAADUxpc3Rg
MStfaXRlbXMMTGlzdGAxK19zaXplD0xpc3RgMStfdmVyc2lvbgQAABZTeXN0ZW0uRHJhd2luZy5Db2xv
cltdAwAAAAgIAgAAAAkEAAAAGQAAALAFAAAHBAAAAAABAAAAGQAAAAQUU3lzdGVtLkRyYXdpbmcuQ29s
b3IDAAAABfv///8UU3lzdGVtLkRyYXdpbmcuQ29sb3IEAAAABG5hbWUFdmFsdWUKa25vd25Db2xvcgVz
dGF0ZQEAAAAJBwcDAAAACgAAAAAAAAAAAAAAAAH6////+////woAAAAAAAAAAAAAAAAB+f////v///8K
AAAAAAAAAAAAAAAAAfj////7////CgAAAAAAAAAAAAAAAAH3////+////woAAAAAAAAAAAAAAAAB9v//
//v///8KAAAAAAAAAAAAAAAAAfX////7////CgAAAAAAAAAAAAAAAAH0////+////woAAAAAAAAAAAAA
AAAB8/////v///8KAAAAAAAAAAAAAAAAAfL////7////CgAAAAAAAAAAAAAAAAHx////+////woAAAAA
AAAAAAAAAAAB8P////v///8KAAAAAAAAAAAAAAAAAe/////7////CgAAAAAAAAAAAAAAAAHu////+///
/woAAAAAAAAAAAAAAAAB7f////v///8KAAAAAAAAAAAAAAAAAez////7////CgAAAAAAAAAAAAAAAAHr
////+////woAAAAAAAAAAAAAAAAB6v////v///8KAAAAAAAAAAAAAAAAAen////7////CgAAAAAAAAAA
AAAAAAHo////+////woAAAAAAAAAAAAAAAAB5/////v///8KAAAAAAAAAAAAAAAAAeb////7////CgAA
AAAAAAAAAAAAAAHl////+////woAAAAAAAAAAAAAAAAB5P////v///8KAAAAAAAAAAAAAAAAAeP////7
////CgAAAAAAAAAAAAAAAAs=
</value>
</data>
Serialization error in VS2008 development environment
-
- Newbie
- Posts: 6
- Joined: Wed Apr 16, 2008 12:00 am
- Location: Australia
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Innervations,
Could you please let us know the exact steps we should follow or send us a simple example project we can run "as-is" to reproduce the problem here? Which TeeChart version are you using?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Could you please let us know the exact steps we should follow or send us a simple example project we can run "as-is" to reproduce the problem here? Which TeeChart version are you using?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
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 |
-
- Newbie
- Posts: 6
- Joined: Wed Apr 16, 2008 12:00 am
- Location: Australia
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rob,
And have you checked that the TeeChart assembly in the VS2008 project has been upgraded to the VS2008 build?
Thanks in advance.
And have you checked that the TeeChart assembly in the VS2008 project has been upgraded to the VS2008 build?
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 |