I'm trying to implement a system where I need to have a local database (SQL Compact) and a cloud (MSSQL) database that can be synchronized. The form I found and followed is the one specified in this link .
But I have some problems when I host the WCF service on a dedicated server (in the IIS of my machine it is working).
The error found is as follows:
ExceptionDetail , probably created by IncludeExceptionDetailInFaults = true , whose value is:
System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID (EC413D66-6221-4EBB-AC55-4900FB321011) failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). at Microsoft.Synchronization.SyncIdFormatGroup.get_ProviderSyncServices ()
Has anyone ever had a similar error? Or do you know a simpler way to implement this?