I have ran through the code sample on MSDN for the scenario where you are sync'ing an SQL server hub to a SQL Express spoke. The console application works fine and the changes sync. I deliberately changed the values on a record so when the sync took place
the event should fire to allow me to test some conflict resolution however no matter what I do this event never fires and the record on the client DB is just overwritten with whatever is in the server.
Am I missing something?
My setup is: An SQL Server 2005 running in a VM and the client is an SQL Server 2008 R2 Express.