Site icon EfmSoft

What does NTSTATUS 0xC0150008 (STATUS_SXS_KEY_NOT_FOUND) mean?

 
Previous Next
STATUS_SXS_ACTIVATION_CONTEXT_DISABLED STATUS_SXS_VERSION_CONFLICT

STATUS_SXS_KEY_NOT_FOUND

The context exists but has no matching keyed entry

STATUS_SXS_KEY_NOT_FOUND means that a lookup inside an active side-by-side context did not find the requested keyed entry. The context may be healthy and the relevant section may exist; the requested name, GUID or other lookup key simply does not map to an entry in the active context.

It differs from STATUS_SXS_SECTION_NOT_FOUND, where the entire queried section is absent. This distinction matters for COM, window-class and DLL-redirection lookups because it separates a missing registration from selecting the wrong kind of section.

What to inspect

References


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

Exit mobile version