Hi There,
I have a WPF Application that contains a local SQL CE database that is used on conjunction with the Sync Framework 2.1 and an SQL Server 2008 database.
I have provisioned the local and remote databases with a few different scopes for upload, download and bidirectional syncs.
My problem is that after inserting numerous rows on the client and hitting the upload only sync, nothing is uploaded and no apply change failed events fire, meaning that the changes are simply not being picked up.
To confuse matters this was working, and has now stopped. A clean install of the application also gives the same results.
Does anyone have any ideas as to how I can get some more information on what could be going wrong and why the changes are not being picked up?
Thanks!