ActiveX component can't create object

前端 未结 12 1274
傲寒
傲寒 2020-12-01 01:42

I have just installed a third party app on my Windows Server 2008 server and I get the

ActiveX Component can\'t create object

m

12条回答
  •  Happy的楠姐
    2020-12-01 02:18

    The app is trying to create a COM Object and even if that COM DLL exists, it may depend on another DLL which isn't installed. You can use DependencyWalker to find out if this is the case.

提交回复
热议问题