The system I am currently running was rescued from a dying HDD and, as such, some files were corrupted in the process. I could repair most of the damage using dism and SFC, but there is a problem I can't get rid of:
Some of the corruptions affected the payloads used by sfc, and while I could repair them, something is still affecting the Windows Feature ".NET Framework 3.5 (includes .NET 2.0 and 3.0)"
The files themselves are not corrupted, as their hashes matches those of the installation media, however SFC insists on repairing the files and failing with the message "file cannot be decompressed", like shown below:
Things that I know/tested:
This error is not causing any problems as of now but I fear it might cause issues in the future in case I need to repair something or maybe install updates.
I could turn off the feature but that might cause problems for applications that require .net 2.x or 3.x. I'm not sure which apps would need that, maybe I'll test that later.
Any tips?
I am running Windows 8.1 Pro x64
SFCFix results:
Some of the corruptions affected the payloads used by sfc, and while I could repair them, something is still affecting the Windows Feature ".NET Framework 3.5 (includes .NET 2.0 and 3.0)"
The files themselves are not corrupted, as their hashes matches those of the installation media, however SFC insists on repairing the files and failing with the message "file cannot be decompressed", like shown below:
Code:
2014-10-04 03:04:45, Error CSI 000008b1 (F) Failed on regenerating file [l:34{17}]"InstallCommon.sql"[gle=0x80004005]
2014-10-04 03:04:45, Info CSI 000008b2 [SR] Cannot repair member file [l:34{17}]"InstallCommon.sql" of NetFx-ASPNET_COMMON_SQL, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be decompressed
2014-10-04 03:04:45, Info CSI 000008b3 [SR] This component was referenced by [l:162{81}]"Microsoft-Windows-NetFx2-OC-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.NetFx2"
2014-10-04 03:04:45, Error CSI 000008b5 (F) Failed on regenerating file [l:58{29}]"DefaultWsdlHelpGenerator.aspx"[gle=0x80004005]
2014-10-04 03:04:45, Info CSI 000008b6 [SR] Cannot repair member file [l:58{29}]"DefaultWsdlHelpGenerator.aspx" of NetFx-ASPNET_DEFWSDLHLPGEN, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be decompressed
2014-10-04 03:04:45, Info CSI 000008b7 [SR] This component was referenced by [l:162{81}]"Microsoft-Windows-NetFx2-OC-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.NetFx2"
Things that I know/tested:
- dism reports no problems in component store
- files are not corrupt, however its replacement might be, or whatever place it is "decompressed" from (?)
- InstallCommon.sql hash: 4f410c5aab8089eaeaa8e9d99a0f9a9f07c688a8
- DefaultWsdlHelpGenerator.aspx hash: 9d3471806cf6912056d21c9131713d2425c8a72a
- Turning off ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" and running another SFC scan shows that everything is OK, re-enabling makes the problem return.
This error is not causing any problems as of now but I fear it might cause issues in the future in case I need to repair something or maybe install updates.
I could turn off the feature but that might cause problems for applications that require .net 2.x or 3.x. I'm not sure which apps would need that, maybe I'll test that later.
Any tips?
I am running Windows 8.1 Pro x64
SFCFix results:
Code:
SFCFix version 2.4.1.0 by niemiro.
Start time: 2014-10-04 02:04:22.411
Not using a script file.
AutoAnalysis::
CORRUPT: C:\WINDOWS\winsxs\amd64_netfx-aspnet_common_sql_b03f5f7f11d50a3a_6.3.9600.16384_none_e1e326934045dae2\InstallCommon.sql
CORRUPT: C:\WINDOWS\winsxs\x86_netfx-aspnet_common_sql_b03f5f7f11d50a3a_6.3.9600.16384_none_29905d6a54c203e8\InstallCommon.sql
CORRUPT: C:\WINDOWS\winsxs\amd64_netfx-aspnet_defwsdlhlpgen_b03f5f7f11d50a3a_6.3.9600.16384_none_0bf3267afb4a57b1\DefaultWsdlHelpGenerator.aspx
CORRUPT: C:\WINDOWS\winsxs\x86_netfx-aspnet_defwsdlhlpgen_b03f5f7f11d50a3a_6.3.9600.16384_none_53a05d520fc680b7\DefaultWsdlHelpGenerator.aspx
SUMMARY: Some corruptions could not be fixed automatically. Seek advice from helper or sysnative.com.
CBS & SFC total detected corruption count: -5
CBS & SFC total unimportant corruption count: 0
CBS & SFC total fixed corruption count: 0
SURT total detected corruption count: 0
SURT total unimportant corruption count: 0
SURT total fixed corruption count: 0
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 2.4.1.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2014-10-04 02:34:09.277
----------------------EOF-----------------------