| Previous | Next |
| COMADMIN_E_START_APP_NEEDS_COMPONENTS | COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY |
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM is the failure HRESULT 0x80110449 (signed decimal -2146368439, unsigned decimal 2148598857). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0449.
COM+ platform capability: exact meaning of COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
The requested COM+ administration operation is unavailable on the current Windows platform. Feature or method capability validation rejects the host edition/version rather than the application data.
AllStat records this condition as “This operation is not enabled on this platform”.
Where COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM occurs
The HRESULT reports a feature/platform contract, so changing application data cannot enable functionality absent from the Windows edition, version, architecture, or installed component set. In the specific case of COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM, record OS version/edition, architecture, installed COM+ features, target method, and whether the operation is local or remote.
Evidence to collect before repair
- Evidence for
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORMshould include exact OS edition/build and architecture, captured before a repair changes state. - Collect installed COM+ features and interface availability when diagnosing
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM; without it the symbolic HRESULT is underdetermined. - The
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORMinvestigation needs local versus remote target details so the exact failing boundary remains reconstructable. - For
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM, preserve the requested method and documented minimum platform; it anchors the failure to the real administration object.
Diagnostic sequence for COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
- At the
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORMboundary, confirm support on the target rather than the client. - The next
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORMdiagnostic action is to choose a compatible documented method. - To isolate
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM, install required Windows features when supported. - For
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM, move deployment to an eligible host when not supported. - At the
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORMboundary, record platform prerequisites in the deployment manifest.
Difference from nearby COMADMIN results
COMADMIN_E_CAT_UNACCEPTABLEBITNESS concerns an invalid binary type, while this result concerns platform support for the operation.
Retry and recovery
Run the operation on a supported platform or choose a supported deployment design; compatibility flags do not add the missing capability.
Practical administration scenario
A partition-related administration method is invoked on a platform that exposes only the base/global partition.
Official Microsoft references for COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
- Microsoft: COMADMIN error codes
- Microsoft: automating COM+ administration
- Microsoft: ICOMAdminCatalog2
- Microsoft: configuring COM+ applications
- Microsoft: types of COM+ applications
Looking for a different code? Search another status or error code.