| Previous | Next |
| INET_E_CANNOT_CONNECT | INET_E_OBJECT_NOT_FOUND |
INET_E_RESOURCE_NOT_FOUND
INET_E_RESOURCE_NOT_FOUND is a URL Moniker HRESULT. It means that the URL Moniker protocol handler could not locate the resource identified by the URL. The resource may be absent, moved, blocked, inaccessible through the selected handler or resolved relative to an unexpected base URL.
What to check
- Verify the complete resolved URL and any base URL used for relative references.
- Inspect the server response and authorization policy to distinguish a missing resource from an access restriction.
- Correct stale links, deployment paths or redirects rather than retrying an unchanged URL.
Looking for a different code? Search another status or error code.