我有一些用C++编写的COM .dlls,我已经通过regsvr32注册了它们。
但是,当我尝试运行时,收到以下错误消息。
Creating an instance of the COM component with CLSID {125F6114-3444-41B0-A5CC-7333EAA8020A} from the IClassFactory failed due to the following error: 80040154.我在注册表中查找该CLSID,并在所有正确的位置找到它。如果连Visual Studio都能找到COM组件,我怎么能创建它失败呢?
发布于 2015-05-13 02:01:03
在我尝试以管理员身份运行Visual Studio之前,我也遇到过同样的问题,而且什么都不起作用。
https://stackoverflow.com/questions/11800828
复制相似问题