How to access sync conflict error description on client side

問題 How to access sync conflict error description on client side

  • Thursday, April 12, 2012 11:16 AM
     
     
    is there any way to can see the conflict error description in client side.

All Replies

  • Thursday, April 12, 2012 11:44 AM
    Moderator
     
     

    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 PM
     
     
    Iam 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 PM
    Moderator
     
     

    what's your client provider?

    in the SL samples, i think there is a OnChangeSetUploaded where you can access a conflict collection...