Hi,
I'm having a lot of synchronizing errors:
{"The entity is out of sync with its data in the database. Refetch this entity before using this in-memory instance."}
I have an entity in memory, sometimes gives that error, sometimes not.
I'm using data adapter.
There is some way to disable synchronizing?, i will handle it by hand.
Regards.