How to access sync conflict error description on client side
-
Thursday, April 12, 2012 11:16 AMis there any way to can see the conflict error description in client side.
All Replies
-
Thursday, April 12, 2012 11:44 AMModerator
the conflict error information can be accessed in the event parameters of the ApplyChangeFailed event
see: How to: Handle Data Conflicts and Errors for Database Synchronization (SQL Server)
-
Thursday, April 12, 2012 12:22 PMIam using syncframework toolkit. So it is basically handling this event. Is there any properties are exposed to see a complete description of reason behind conflict? .
-
Thursday, April 12, 2012 12:32 PMModerator
what's your client provider?
in the SL samples, i think there is a OnChangeSetUploaded where you can access a conflict collection...- Edited by JuneTMVP, Moderator Thursday, April 12, 2012 12:44 PM