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
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:
Hello pros! I need yours help.
We have 2019 Windows Server with Endpoint management server role (MEM) and with .Net 4.6. MEM recommend update .Net to 4.8. for next features updtaes.
When we trying to install ndp48-x86-x64-allos-enu we got error
Logs with error we included in this message.
Also in this log we have error about update KB4486153
We have 2019 Windows Server with Endpoint management server role (MEM) and with .Net 4.6. MEM recommend update .Net to 4.8. for next features updtaes.
When we trying to install ndp48-x86-x64-allos-enu we got error
Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 01:32:53).
Logs with error we included in this message.
Also in this log we have error about update KB4486153
Exe (D:\6da22b414f612985258e7d9507bb\x64-Windows10.0-KB4486153-x64.cab) failed with 0x80092004 - Cannot find...
- vector
- Replies: 20
- Forum: Windows Update
greetings Raphael