What does HRESULT 0x800C0006 (INET_E_OBJECT_NOT_FOUND) mean?

 
Previous Next
INET_E_RESOURCE_NOT_FOUND INET_E_DATA_NOT_AVAILABLE

INET_E_OBJECT_NOT_FOUND

INET_E_OBJECT_NOT_FOUND is a URL Moniker HRESULT. It means that the requested object could not be located by the URL Moniker layer. It can refer to an object within a resource or to an object exposed by the selected protocol handler rather than only to an HTTP resource path.

What to check

  • Identify the resource and object name or fragment that the operation expects to resolve.
  • Confirm that the selected protocol handler supports the requested object operation.
  • Check deployment, registration and access permissions for an object that should be present.

Microsoft documentation


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