Hi all,
My app was running well while using these assemblies:
Microsoft.Synchronization
2.0.0.0
Microsoft.Synchronization.Data
1.0.0.0
Microsoft.Synchronization.Data.Server
1.0.0.0
Microsoft.Synchronization.Data.SqlServerCe
3.5.0.0
Currently, I need to adopt
SyncTracer to trace the synchronization process. The SyncTracer was proven unavailable so I update the
Microsoft.Synchronization.Data
to version 3.0.0.0 - and also update the
app.config accordingly.
SyncTracer is available by the update. But I get this error on that circumstance:
System.MissingMethodException was caught
Message="Method not found: 'Microsoft.Synchronization.Data.SyncException Microsoft.Synchronization.Data.SyncExpt.AnotherSyncInProgressError(System.String, System.String)'."
Source="Microsoft.Synchronization.Data.SqlServerCe"
Could you please help?
Furthermore, I'm wondering about this MSDN documentation:
this
link says that SyncException is one class of Namespace: Microsoft.Synchronization.Data. But this
link does not list it within the Namespace.
Could somebody advice?
thanks,
Agung