locked
Deploying Windows Forms application using Microsoft.Synchronization - Getting the errors at user machine RRS feed

  • Question

  • The application works fine at my desktop. When I published it and installed in user machine. I got the following error when I ran it.

    I changed the Platform Target to x64 instead of Any CPU. Still getting the same error

    Microsoft.Synchronization.SyncException: Retrieving the COM class factory for component with CLSID {EC413D66-6221-4EBB-AC55-4900FB321011} failed due to the following error: 80040154. ---> System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {EC413D66-6221-4EBB-AC55-4900FB321011} failed due to the following error: 80040154.
       at Microsoft.Synchronization.KnowledgeSyncOrchestrator.DoOneWaySyncHelper(SyncIdFormatGroup sourceIdFormats, SyncIdFormatGroup destinationIdFormats, KnowledgeSyncProviderConfiguration destinationConfiguration, SyncCallbacks DestinationCallbacks, ISyncProvider sourceProxy, ISyncProvider destinationProxy, ChangeDataAdapter callbackChangeDataAdapter, SyncDataConverter conflictDataConverter, Int32& changesApplied, Int32& changesFailed)

    Thursday, October 8, 2015 7:16 PM