Site icon EfmSoft

What does HRESULT 0x80010107 (RPC_E_INVALIDMETHOD) mean?

 
Previous Next
RPC_E_CHANGED_MODE RPC_E_DISCONNECTED

RPC_E_INVALIDMETHOD

RPC_E_INVALIDMETHOD means that COM could not find the requested method on the target server interface. It often indicates an interface-version mismatch, an invalid proxy-stub pair, or an incorrect method contract.

What to inspect

For custom interfaces, changing an existing method layout is a compatibility break; publish a new interface instead.

Microsoft: COM error codes


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

Exit mobile version