What does Windows error code 14002 (ERROR_SXS_INVALID_ACTCTXDATA_FORMAT) mean?

 
Previous Next
ERROR_SXS_CANT_GEN_ACTCTX ERROR_SXS_ASSEMBLY_NOT_FOUND

ERROR_SXS_INVALID_ACTCTXDATA_FORMAT

ERROR_SXS_INVALID_ACTCTXDATA_FORMAT means that Windows received malformed activation-context data while attempting side-by-side binding. The failure can involve an embedded manifest resource, an external manifest, or data supplied through an activation-context API.

What to check

  • Verify that the executable or DLL contains the intended manifest resource and that packaging did not truncate or replace it.
  • Inspect the exact manifest file or resource named by the SideBySide trace instead of assuming the application executable is at fault.
  • Rebuild generated manifests and deployment artifacts from a clean source if binary-resource corruption is possible.

Correct the malformed input rather than trying to continue with a partially created activation context.

Microsoft: activation context reference


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