Hej
this simple code gives me the following error message on the save() function...
Any suggestions?
OccurStatNxEntity OccStatNx = new OccurStatNxEntity();
OccStatNx.IsNew = false;
OccStatNx.OccurId = 2;
OccStatNx.OccurStatCatCode = "DELETED";
OccStatNx.Save();
An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll