Hi,
I am facing a very critical issue of sync framework. Sometimes it gives error in synchronization. Error message shows following message:
Unable to enumerate changes at the DbServerSyncProvider for table ‘User’ in synchronization group 'IOOfflineProfileToolSyncTableSyncGroup'.
Inner Exception :
System.Data.SqlClient.SqlException:
SQL Server Change Tracking has cleaned up tracking information for table 'dbo.[User]'. To recover from this error, the client must reinitialize its local database and try again
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
This issues comes randomly. I have visited so many links related to sync issues, the only solution I got remove the old .sdf (Local Database) file and create new one,
but this solution will not work on client side because client cannot remove .sdf file every time.
I am using WPF with sync framework.
Thanks in advance
Saurav