[SOLVED] Windows Server 2016 - Unable to install .Net Framework 4.8

Nomisdk

New member
Joined
Jun 26, 2023
Posts
4
Hello

I am trying to install .Net Framework 4.8 (ndp48-web.exe) at a Windows Server 2016.
When running the install i get:
net error.png

Windows update is working fine, and showing no missings updates.

DISM /Online /Cleanup-Image /RestoreHealth runs without errors.


The cbs logs files shows the following error:
2023-06-26 21:52:29, Info CSI 0000035e Couldn't find the hash of component: NetFx4-corperfmonsymbols_h, version 4.0.15744.161, arch amd64, versionScope neutral, pkt {l:8 b:b03f5f7f11d50a3a} in the catalog [l:96]'\SystemRoot\WinSxS\Catalogs\e6563a4b00b1e74bfc481f0001e8f4f9937fd3c5ebda3f3c4ce23b58cfedd228.cat'.

2023-06-26 21:52:29, Error CSI 0000035f@2023/6/26:19:52:29.422 (F) onecore\base\wcp\componentstore\csd_winners.cpp(1719): Error 80092004 [Warning,Facility=FACILITY_NTSSPI,Code=8196 (0x2004)] originated in function CCSDirectTransaction::AddImplicationsToCatalogsAndVerifyComponentHashes expression: (null)
[gle=0x80004005]
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CBS.log to WER report.
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20230626191459.log to WER report.
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20230624152058.log to WER report.
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20230624032351.cab to WER report.
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20230624031239.cab to WER report.
2023-06-26 21:52:29, Info CBS Added C:\Windows\Logs\CBS\CbsPersist_20230621170131.cab to WER report.
2023-06-26 21:52:29, Info CBS Not able to add pending.xml to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2023-06-26 21:52:29, Info CBS Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2023-06-26 21:52:29, Info CBS Not able to add poqexec.log to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2023-06-26 21:52:29, Info CBS Not able to add SCM.EVM to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2023-06-26 21:52:29, Error CSI 00000360 (F) 80092004 [Warning,Facility=FACILITY_NTSSPI,Code=8196 (0x2004)] #988095# from CCSDirectTransaction::prepareForCommit(...)[gle=0x90092004]
2023-06-26 21:52:29, Error CSI 00000361 (F) 80092004 [Warning,Facility=FACILITY_NTSSPI,Code=8196 (0x2004)] #988094# from CCSDirectTransaction::ExamineTransaction(...)[gle=0x90092004]
2023-06-26 21:52:29, Error CSI 00000362 (F) 80092004 [Warning,Facility=FACILITY_NTSSPI,Code=8196 (0x2004)] #988093# from CCSDirectTransaction_IRtlTransaction::ExamineTransaction(...)[gle=0x90092004]
2023-06-26 21:52:29, Error CSI 00000363 (F) CRYPT_E_NOT_FOUND #942298# from Windows::COM::CPendingTransaction::IStorePendingTransaction_Analyze(...)[gle=0x80092004]
2023-06-26 21:52:29, Error CSI 00000364 (F) CRYPT_E_NOT_FOUND #906461# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_Commit(Flags = 38, pSink = NULL, disp = 0, coldpatching = FALSE)[gle=0x80092004]
2023-06-26 21:52:29, Error CSI 00000365 (F) CRYPT_E_NOT_FOUND #906460# 10141618 us from Windows::ServicingAPI::CCSITransaction_ICSITransaction::Commit(flags = 0x00000026, pSink = NULL, disp = 0)
[gle=0x80092004]
2023-06-26 21:52:29, Error CBS Exec: Failed to commit CSI transaction to resolve execution chain. [HRESULT = 0x80092004 - CRYPT_E_NOT_FOUND]
2023-06-26 21:52:29, Info CBS CommitPackagesState: Started persisting state of packages

Attached is cbs.log
 

Attachments

Hi and welcome to Sysnative,

Upload your COMPONENTS hive.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Right-click on this file on your desktop and select Send To > Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Hi,

Step 1. Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi,

You're welcome. Glad to hear you were able to install the .NET Framework Update this time.. (y)
I will mark this thread as solved.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top