Sync Framework: SqlSyncProvider ItemConflicting vs ApplyChangeFailed
- by Paul Smith
I'm trying to use design a syncronisation application that syncs changes between different SQL Server databases.
I came up with a design based around receiving the ItemConflicting event, storing the knowledge associated with the conflict, and resolving all conflicts off-line.
However, it seems that I can only get the ApplyChangeFailed event to…