Using Visual Studio 2010, entity framework 4.0, ADO.NET POCO Entity Generator
On the code lines:
MecDbEnt.Domains.AddObject (subject);
MecDbEnt.SaveChanges (); (on this line)
The application throws the following exception:
complus exception code -532462766
Does anyone know how to solve such an error?
thank!
Masna source
share