What does Windows error code 14008 (ERROR_SXS_VERSION_CONFLICT) mean?

 
Previous Next
ERROR_SXS_KEY_NOT_FOUND ERROR_SXS_WRONG_SECTION_TYPE

ERROR_SXS_VERSION_CONFLICT

ERROR_SXS_VERSION_CONFLICT means that side-by-side binding encountered incompatible version requirements for a component already active in the process. This can arise through direct or transitive dependencies that appear compatible separately but cannot be activated together.

How to investigate

  • Use a SideBySide trace to identify both assembly identities and the manifests that introduced them.
  • Compare version, processor architecture, language, and policy information rather than comparing only DLL names.
  • Remove duplicate or conflicting private assemblies from the package and keep dependency declarations consistent across modules.

Changing a manifest version to bypass the error is unsafe unless the replacement assembly is actually compatible with the application contract.

Microsoft: side-by-side assemblies


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