Error when using (updated) generated code

Posts   
 
    
mark_666x
User
Posts: 5
Joined: 30-Jul-2007
# Posted on: 02-Aug-2007 17:04:09   

Hi. I just updated my generated code. I was using code generated with Gen Pro version 1.0.200x and now regenerated with version 2.0. In general nothing changed in my own code but now i'm gettint this error messsage. Can any body tell me what it does mean or whera i can find information about it??

SD.LLBLGen.Pro.ORMSupportClasses.NET11 - The entity is out of sync with its data in the database. Refetch this entity before using this in-memory instance

thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 02-Aug-2007 23:26:56   

You're accessing an entity object which is either saved and not fetched again yet. Could you paste a code snippet where this error happens?

Frans Bouma | Lead developer LLBLGen Pro