What does Windows error code 14092 (ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE) mean?

 
Previous Next
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME ERROR_SXS_IDENTITY_PARSE_ERROR

ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE

ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE — An assembly identity declares the same attribute more than once.

An identity must have a single value for each attribute. Duplicate declarations make the assembly identity ambiguous even if the repeated values look similar.

Correct the manifest generation or template and deploy the fixed package as a whole.

What to check

  • Open the exact manifest named by sxstrace and inspect its assemblyIdentity element.
  • Remove the duplicate attribute while preserving the value that matches the intended assembly.
  • Check generated fragments and manifest-merge tooling, which often introduce this error.

Microsoft: Assembly manifests

Microsoft: sxstrace

Microsoft: Application manifests


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