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 follow exception:
complus exception code -532462766
Does anyone know how to solve an error like this?
Thx!