Site icon EfmSoft

What does HRESULT 0x80110409 (COMADMIN_E_APP_FILE_VERSION) mean?

 
Previous Next
COMADMIN_E_APP_FILE_READFAIL COMADMIN_E_BADPATH

COMADMIN_E_APP_FILE_VERSION

COMADMIN_E_APP_FILE_VERSION is the failure HRESULT 0x80110409 (signed decimal -2146368503, unsigned decimal 2148598793). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0409.

COM+ application package and file operation: exact meaning of COMADMIN_E_APP_FILE_VERSION

The application file uses a version that this COM+ installation does not accept. Package validation succeeds far enough to read format metadata and then rejects the declared version.

AllStat records this condition as “Invalid version number in application file”.

Where the result occurs

The HRESULT belongs to COM+ package/import/export processing; the package path, file bytes, deployment identity, and target catalog must be correlated before changing the system. In the specific case of this result, record source and destination Windows versions, export options, package hash, and whether compatibility format was selected.

Evidence to collect before repair

Diagnostic sequence

Retry and recovery

Re-export with a format supported by the target or deploy to a compatible platform; repeated installation of the same file is deterministic.

Difference from nearby COMADMIN results

COMADMIN_E_APP_FILE_READFAIL indicates unreadable content, whereas this code identifies a readable but unsupported application-file version.

Practical administration scenario

A package exported on a newer server is installed on an older host whose COM+ catalog cannot interpret the package version.

Official Microsoft references


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

Exit mobile version