Complus Exception Code -532462766

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!

+5
source share
1 answer

I know that -532462766 is the “common” default error code when the .NET console program terminates with an unhandled exception.

Does SaveChanges () support swap in any console?

+17
source

All Articles