Hi
My Silverlight customers sometimes experience the following error:
This happens when they try to update an entity. When the error occurs, subsequent calls, trying to update the entity again, all fails and the user is forced to close the browser and reload the app.
As I understand this error it is related to concurrency issues, but the entities in my EM all have their concurrency strategy set to "None", so how is this error possible?
I have tried to reproduce the error by manually changing a property of an entity(row) directly in the DB, just before saving the entity, but I am not able to reproduce the error. This is also how I would expect the system to behave since concurrency strategy is set to none - but somehow the error occurs to my customers running the system. This is not a frequent error, but very annoying.
Do you have any suggestions as to what could be the problem?
Best regards,
Rasmus