Hi Everyone,
I am working on a silverlight control which shows some CRM data in a DataGrid. If the user modifies the data in the grid, it is also updated in CRM. It is simple up to this point. However, if the user modifies multiple cells in a short timeframe (i.e. tabs
through a row and modifies every value), some of the update messages return with the following error: The remote server returned an error: NotFound. I tested multiple times, and it seems completely random which messages fail at a given time. Do you have any
suggestions how can I resolve this issue?
I tried to delay the execution by adding a Thread.Sleep(1000) before any subsequent calls, but it did not help either. I could also wait for the previous response before calling the next update, but in this case the user experience suffers a lot.
Regards,
Adam