What does HRESULT 0x88980410 (UCEERR_REMOTINGNOTSUPPORTED) mean?

 
Previous Next
UCEERR_NO_MULTIPLE_WORKER_THREADS UCEERR_MISSINGENDCOMMAND

UCEERR_REMOTINGNOTSUPPORTED

UCEERR_REMOTINGNOTSUPPORTED is a Windows User Composition Engine (UCE) HRESULT. It indicates that the requested composition feature cannot be used through the active remoting or cross-process transport scenario.

What to check

  • Check whether the application runs in Remote Desktop, a redirected display session, or cross-process hosting scenario.
  • Use a local rendering path or a feature set that is supported by the active session type.
  • Avoid assuming that a feature available on a physical desktop is available through every remote transport.

Microsoft guidance for WPF render-thread failures


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