Can someone point me in the right direction for handling a PK conflict error in c# .net using Sync Framework.
I am trying to sync between sql server 2008 and local data cache database (.sdf) and would like to keep BOTH rows that are conflicting in both server and client and NOT allow either the server or client win?
I get a pk conflict error when I insert a new row into both the server and client that have the same PK id.
Any suggestions would be grateful.
Thanks