[SOLVED] Server 2019 Standard - Issues installing .NET Framework 4.8 or any Window updates (Cannot find object or property)

egnt

Well-known member
Joined
Jan 19, 2024
Posts
48
Hello,

Has anyone come across and issue with installing .NET Framework 4.8 on Server 2019 Standard OS? I've tried installing through Windows update or standalone but it comes up with the error "Object not found", when I click logs it shows this:


OS Version = 10.0.17763, SP = 0.0, Platform 2
OS Description = Future OS - x64 Standard Edition
MSI = 5.0.17763.2061
Windows servicing = 10.0.17763.2262
CommandLine = D:\770f876f88cad604f1edf9410f2dab47\\Setup.exe /x86 /x64 /redist
TimeZone = Pacific Standard Time
Initial LCID = 4105
Using Simultaneous Download and Install mechanism
Operation: Installing
Package Name = Microsoft .NET Framework 4.8 Setup
Package Version = 4.8.04115
User Experience Data Collection Policy: Disabled
Number of applicable items: 6
Exe (D:\770f876f88cad604f1edf9410f2dab47\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
Exe (D:\770f876f88cad604f1edf9410f2dab47\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
Exe (D:\770f876f88cad604f1edf9410f2dab47\x64-Windows10.0-KB4486153-x64.cab) failed with 0x80092004 - Cannot find object or property. .
Exe Log File: CBS.log
Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 00:06:33).


I've tried the following below without any luck:

1: Ran DISM.exe /Online /Cleanup-image /Restorehealth
2: Ran sfc /scannow
3: Ran the following commands to try and rebuild Windows update

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

del /f /q “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
del /f /s /q %SystemRoot%\SoftwareDistribution\*.*
del /f /s /q %SystemRoot%\system32\catroot2\*.*
del /f /q %SystemRoot%\WindowsUpdate.log

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

4: Run Sysnative SFCFIX tool
5: Run .NET Framework 4.8 offline installer and .NET Framework 4.8 standalone update


Any suggestions would be appreciated. Thanks in advance.
 

Attachments

  • Cannot find object or property.PNG
    Cannot find object or property.PNG
    73.2 KB · Views: 4
Hi and welcome to Sysnative,

Upload a copy of the CBS folder
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
653a64385d891-618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply. If the file is too large to attach, upload the CBS.zip file to www.wetransfer.com and post the link in your next reply.
 
Please attach also a copy of the COMPONENTS hive to look at.

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.
 
Step 1. Download
6530fbb0f4101-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.
650c22f99662d-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

Below is what DISM command line shows and I've also attached SFCFix logs

Microsoft Windows [Version 10.0.17763.2114]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>DISM /online /cleanup-image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.1697

Image Version: 10.0.17763.2114

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
 

Attachments

Hi,

Please try to install .NET Framwork and post the result. If it fails attach a new copy of the CBS logs.
 
Different error appear, see screenshot and CBS logs attached
 

Attachments

  • CBS2.zip
    CBS2.zip
    17.7 MB · Views: 1
  • errorupdating.PNG
    errorupdating.PNG
    59.1 KB · Views: 1
This error is related to the latest LCU (KB5034127), so please reboot the server and attempt to update again.

I assume that .NET Framework 4.8 is installed without any issues?
 
.Net Framework 4.8 installed after reboot, thank you! KB5034127 still failed with error code 0x80070bc2. Tried downloading and running standalone update for KB5034127 but it still failed
 
Please attach the latest CBS log to look at the issue with KB5034127.
 
Reboot the server and attempt to update again. If it fails attach a new copy of the CBS logs, including the CbsPersist logs.
 
I rebooted and ran standalone installer and it says already installed. However, when I go to Windows update it tries to download and fails the install. I've attached screenshot of both messages along with CBS logs
 

Attachments

  • CBS.zip
    CBS.zip
    6.2 MB · Views: 1
  • KB5034127-Standalone.PNG
    KB5034127-Standalone.PNG
    25.5 KB · Views: 1
  • KB5034127-Windows Update.PNG
    KB5034127-Windows Update.PNG
    49.3 KB · Views: 1
Follow these instructions to remove an update.
  • Open the Start menu of Windows and type the command CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, then press enter.
Code:
wusa /uninstall /KB:5034127
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
When I ran command a installation window appeared with progress bar and seems to have completed. I clicked OK when it prompted to reboot
 

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

Back
Top