Site icon EfmSoft

What does HRESULT 0x8000401F (CO_E_CLSREG_INCONSISTENT) mean?

 
Previous Next
CO_E_SERVER_START_TIMEOUT CO_E_IIDREG_INCONSISTENT

CO_E_CLSREG_INCONSISTENT

CO_E_CLSREG_INCONSISTENT identifies inconsistent or incomplete registration for the class server itself. The CLSID may exist, but COM cannot derive one coherent activation recipe from the class and application registration that accompanies it.

Registration is an activation graph

COM resolves a CLSID through registry information that identifies the server location and, for distributed configuration, an AppID. Depending on the server model, the relevant values can include InprocServer32, LocalServer32, LocalService, the CLSID’s AppID value, and the corresponding AppID key. A partial installer or an incorrect uninstaller can leave these relationships inconsistent.

Targeted checks

References


Looking for a different code? Search another status or error code.

Exit mobile version