Site icon EfmSoft

What does HRESULT 0x8011044F (COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE) mean?

 
Previous Next
COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER COMADMIN_E_BASE_PARTITION_ONLY

COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE

COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE is the failure HRESULT 0x8011044F (signed decimal -2146368433, unsigned decimal 2148598863). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x044F.

COM+ application type and proxy compatibility: exact meaning of COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE

Library-application configuration is incompatible with application-proxy behavior. COM+ deployment detects a package or target combination that mixes in-process library semantics with remote proxy semantics.

AllStat records this condition as “Library applications and application proxies are incompatible”.

Where the result occurs

Library applications run in the creator process, server applications own a server process, and application proxies contain client-side remote registration; those roles are not interchangeable. In the specific case of this result, record source application type, proxy export/import path, activation setting, and intended client/server boundary.

Evidence to collect before repair

Diagnostic sequence

Difference from nearby COMADMIN results

COMADMIN_E_CAN_NOT_START_APP also recognizes non-server types, but this value identifies the library/proxy combination specifically.

Retry and recovery

Use a server application for remote activation/proxy deployment or keep the library application local.

Practical administration scenario

A team exports registration for a library application and tries to install it as a remote application proxy.

Official Microsoft references


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

Exit mobile version