Site icon EfmSoft

What does HRESULT 0x80010103 (RPC_E_NOT_REGISTERED) mean?

 
Previous Next
RPC_E_ATTEMPTED_MULTITHREAD RPC_E_FAULT

RPC_E_NOT_REGISTERED

RPC_E_NOT_REGISTERED means that the target COM server does not have the requested interface registered for the object being called. It can result from a deployment mismatch, an unsupported interface version, or missing proxy-stub registration.

What to inspect

This is an interface-availability problem, not a missing CLSID activation error.

Microsoft: COM error codes


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

Exit mobile version