【发布时间】:2014-06-04 09:49:49
【问题描述】:
我正在开发一个用于同步的 Windows 应用程序。因此,作为其中的一部分,我尝试了 Microsoft Sync Framework 2.1 http://msdn.microsoft.com/en-us/library/ee617386.aspx
我创建了一个 C# 控制台应用程序来尝试同步框架。我收到这样的错误
"Exception from File Sync Provider:
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM cla
ss factory for component with CLSID {031913FE-EB2A-49F2-B2BE-B996B2448CD4} faile
d due to the following error: 80040154 Class not registered (Exception from HRES
ULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
你能告诉我我应该怎么做才能纠正这个错误。
提前致谢!
【问题讨论】:
标签: c# .net synchronization microsoft-sync-framework