Windows Server 2019 error 0x80092004 during .Net Framework 4.8

Raphael87

New member
Joined
Jan 22, 2025
Posts
1
Hello everyone,

i have some trouble during the installation of .NET4.8 on Windows Server 2019 and it would be great to find some help here.

Problem: Installation of .NET48 fails with "object or reference not found"

CBS log says: Exe (E:\91f2b359f66f81d3e2c4\x64-Windows10.0-KB4486153-x64.cab) failed with 0x80092004 - Das Objekt oder die Eigenschaft wurde nicht gefunden. .Exe Log File: CBS.log
Exec: Processing complete. Session: 31157458_1307391355, Package: Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.3106, Identifier: KB4486153 [HRESULT = 0x80092004 - CRYPT_E_NOT_FOUND]

So i ran

SFC /scannow -> without any errors

after that i tried my luck with

Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RESTOREHEALTH

All of the commands suceeeded and couldn't find any corrupted component stores

So i rebootet and tried installation of .NET4.8 again, with the same error message.

ComponentsScanner also didn't find any errors

So i got KB4486153 from Windows Update catalog and and ran DISM.exe /Online /Add-Package /PackagePath:"C:\Users\administrator.NETTER1\Downloads\_net48error\KB\Windows10.0-KB4486153-x64.cab"
The result was the same: Error: 0x80092004

And if i check installed Updates in control panel, i can see, that KB4486153 was installed on 25.05.2020! But i'm not able to uninstall and reinstall it.

Das Windows-Update "Update für Microsoft Windows (KB4486153)" konnte aufgrund eines Fehlers nicht deinstalliert werden. Fehler: 2147956507 "Mindestens ein erforderliches Mitglied der Transaktion ist nicht vorhanden." (Befehlszeile: "wusa /uninstall /kb:4486153 /log:c:\support\wusa.evt")

"could not be installed because of error 2147956507 "One or more required members of the transaction are not present."

I'm done with my knowledge and it would be nice to get some support from this awesome forum.

Funny thing is if i grep .NET version with Powershell command: Get-ItemProperty "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full"
Output is: Version: 4.8.03761

The issue looks very similar to:

greetings Raphael
 

Attachments

Hi @Raphael87,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 

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

Back
Top