I'm writing an ASP.NET application, with a sql-server database. The application is a port from a windows application. I have a routine for saving an employee. This works in windows forms, but in ASP.NET I get this error:
Exception Details: SD.LLBLGen.Pro.ORMSupportClasses.ORMConcurrencyException: During a save action an entity's update action failed. The entity which failed is enclosed
I don't know how to solve this... I'm using no concurrency or whatever and I'm the only user of the system...
Thanks!
Gaston Vaessen