我在32位Windows XP上开发.Net Com类库,并将其移植到64位Windows Server 2008客户端代码
var t = Type.GetTypeFromProgID("ProgID");
var a = Activator.CreateInstance(t);
在我的问题主题中提到的错误失败了 有类似的讨论Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154
我仔细检查了platform target
(项目属性/构建/平台目标)我构建了我的com .net程序集 - 它是 x86
但问题仍出现在64位Win2008服务器上......
我应该检查什么?