What does HRESULT 0x800C000F (INET_E_CANNOT_LOAD_DATA) mean?

 
Previous Next
INET_E_SECURITY_PROBLEM INET_E_CANNOT_INSTANTIATE_OBJECT

INET_E_CANNOT_LOAD_DATA

INET_E_CANNOT_LOAD_DATA is a URL Moniker HRESULT. It means that the URL Moniker layer could not load data stored for an object. The persisted data can be missing, corrupt, inaccessible, incompatible with the expected object, or unavailable through the selected storage mechanism.

What to check

  • Verify the storage location, permissions, data integrity and version expected by the object.
  • Check whether the required object or protocol handler is installed and compatible with the persisted data.
  • Treat untrusted persisted data as input and validate it before attempting recovery or conversion.

Microsoft documentation


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