Hi,
I receive this error message:
The entity is out of sync with its data in the database. Refetch this entity before using this in-memory instance.
STACKTRACE:
at SD.LLBLGen.Pro.ORMSupportClasses.EntityBase2.GetCurrentFieldValue(Int32 fieldIndex)
at Evatic.LLBLGen.Pro.EntityClasses.SymptomCodeEntity.get_Description()
Now have I been searching on the forum, but all I can find about out of sync problems is with saving an entity, but that's not what I am trying to do. I am just fetching an entity and reading a field value from this entity. It does not even happen every time. So my question is what can be the problem here.
I have no problem doing the same thing at other places in my application, so it must be something specifically wrong here.
Can someone give me some pointers about what to look at?
Gr.,
Robin