Site icon EfmSoft

What does HRESULT 0x80004018 (CO_E_CREATEPROCESS_FAILURE) mean?

 
Previous Next
CO_E_RUNAS_SYNTAX CO_E_RUNAS_CREATEPROCESS_FAILURE

CO_E_CREATEPROCESS_FAILURE

CO_E_CREATEPROCESS_FAILURE occurs after COM has selected an out-of-process local server but cannot start the configured executable. It is therefore more specific than a generic class-registration failure: the activation path reached the process-launch step.

Registration values that matter

For an executable server, LocalServer32 supplies the command line and may include application arguments; COM appends -Embedding when it launches the server. The optional ServerExecutable value supplies an unambiguous executable path to CreateProcess. If the class is instead configured with LocalService, that service model takes precedence over LocalServer32.

Focused investigation

References


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

Exit mobile version