Problem with serialization mode unidirectional

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Patroklo
Posts: 3
Joined: Mon 10 Nov 2008 13:04

Problem with serialization mode unidirectional

Post by Patroklo » Tue 20 Oct 2009 09:39

I have tried with the 5.25.42 and 5.25.49 versions the serialization mode: unidirectional instead of none, but when I put the datacontext in my program it throws an error saying that the DataContract and DataMember are not defined.
It could be that I have not cheked an option or some kind of bug?

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

Post by AndreyR » Tue 20 Oct 2009 14:38

If you are using standalone mode of model generation, you should add a reference to
System.Runtime.Serializatlion.dll to your project.

Post Reply