What does HRESULT 0x800C0003 (INET_E_NO_SESSION) mean?

 
Previous Next
INET_E_INVALID_URL INET_E_CANNOT_CONNECT

INET_E_NO_SESSION

INET_E_NO_SESSION is a URL Moniker HRESULT. It means that the URL Moniker operation needs an Internet session, but no suitable session is available in the current context. The application may be binding an object before initializing or obtaining the required session services.

What to check

  • Initialize the required Internet or URL Moniker session before starting the bind operation.
  • Verify COM and thread initialization for the thread that creates or binds the moniker.
  • Keep session-owning objects alive until dependent asynchronous binds and callbacks have completed.

Microsoft documentation


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