What does HRESULT 0x88980092 (MILERR_REMOTING_NOT_SUPPORTED) mean?

 
Previous Next
MILERR_NO_REDIRECTION_SURFACE_AVAILABLE MILERR_QUEUED_PRESENT_NOT_SUPPORTED

MILERR_REMOTING_NOT_SUPPORTED

MILERR_REMOTING_NOT_SUPPORTED is a Windows Media Integration Layer (MIL) HRESULT. It indicates that the content or rendering operation is not supported through the current remoting or remote-display path.

What to check

  • Check whether the application is running through Remote Desktop or another remoted graphics session.
  • Use a rendering feature set supported by the remote session or disable the unsupported visual effect.
  • Test the same request locally to distinguish remoting limitations from a general graphics failure.

Microsoft documentation about WPF hardware-accelerated rendering


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