Hi,
My sync (SQL CE and SQL 2008 - Change Tracking) was running well using SqlCeClientSyncProvider and DbServerSyncProvider. All the sync stuff was generated (using Local Database Cache template of VS).
Due to a performance reason, I migrated the sync stuff to call stored procedure. Everything seemed working until I got UploadChangesFailed containing a value after I added a record on the client database then call the sync.
There was no exception caught during calling Synchronize(). I traced the sync (using SyncTracer), there was also no exception.
Is there any way to find the problem caused UploadChangesFailed? There was no error but why I got the upload failed?
Thanks,
Agung