Serialization

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
renatotozzi
Posts: 1
Joined: Sat 06 Mar 2010 17:23

Serialization

Post by renatotozzi » Sat 06 Mar 2010 17:25

Hello,

I'm trying to serialize linq to mysql entity but I get the error as follow?

System.Runtime.Serialization.SerializationException 'Devart.Data.Linq.i' in assembly 'Devart.Data.Linq' is not marked as serializable.

What should I do to fix this problem

Regards

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 09 Mar 2010 15:14

I have just tried to serialize an entity like it is described in the following post and succeeded.
http://msdn.microsoft.com/en-us/library/bb546184.aspx
Could you please upgrade to the latest dotConnect for MySQL 5.70.102?
Please let me know if anything goes wrong.

Post Reply