IClassFactory failed due to the following error: 800a0153

I am trying to refer to a lump component and it throws the following error.

Creating an instance of a COM component with CLSID {xxx} from IClassFactory failed because of the following error: 800a0153.

In particular, an error occurs when trying to create an instance of an object. I checked that

  • Project built for x86 processors that
  • The com object is registered with regsvr32 and is available in the registry.

I also see methods in the object browser, so I know that .net finds this.

Any ideas on what I am missing?

+3
source share
3 answers

This is the error code specific to the component. Unless you have documentation that explains what code can mean, you will need support from the provider.

+1

, FACILITY_CONTROL, OLE/ActiveX , ( Microsoft), OleCtl.h, Win32, , , Microsoft, Visual Basic.

- COM, ?

COM- Visual Basic, , , , , Runtime Error 339, Visual Basic , OCX, , DLL/EXE- COM Depends.exe , .

+1

, COM, COM Explorer :

http://download.cnet.com/COM-Explorer/3000-2206_4-10022464.html?tag=mncol;lst

, COM Office.

Also, I don't have any affinity for these guys (and it looks like the company can be a toast anyway).

0
source

Source: https://habr.com/ru/post/1792898/


All Articles