Currently i am using Sync Framework 1.0 with sql2008 and sql CE with changetracking option enable and ntier approach with WCF trasport layer.
For detail link bellow.
http://www.codeproject.com/KB/smart/sync_services.aspx?msg=3288274
I am getting issue while multiple clients are being connected for synchronisation.
1-Message: Value cannot be null. Parameter name: SyncContext Source: Microsoft.Synchronization.Data StackTrace: at Microsoft.Synchronization.SyncAgent.UploadChanges(SyncGroupMetadata groupMetadata)
2-Exception thrown by Invokation ...
3-Session is broken by server, client provider set in user mode.(sql2008 Event Log)
4-Execude Reader connection open etc and many more...
I want to update Sync Framework 2.0. Does this helps and what steps are required to adjust with same architecture.
SQLC - WCF - SQL2008
Can any body help?