| Previous | Next |
| ERROR_SXS_DUPLICATE_ASSEMBLY_NAME | ERROR_SXS_POLICY_PARSE_ERROR |
ERROR_SXS_FILE_HASH_MISMATCH
ERROR_SXS_FILE_HASH_MISMATCH — A file in a Side-by-Side assembly does not match the verification data in its manifest.
The assembly manifest supplies verification information for a component file, but the file present on disk has different content. The file may be damaged, replaced, or paired with the wrong manifest.
For an app-local assembly, reinstall the product from a trusted installer. For a Windows component, inspect the component store and use supported repair tools rather than replacing files inside WinSxS by hand.
What to check
- Find the exact manifest and file name in sxstrace or the SideBySide event.
- Verify that the application installer was not partially copied, modified by security software, or mixed with files from another version.
- For system-wide corruption, run DISM and then SFC from an elevated prompt.
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Microsoft: Repair a Windows image
Microsoft: System File Checker
Looking for a different code? Search another status or error code.