Hi, and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.
I understand the issue you have, there is nothing to worry I am here to help, the DLL error you encounter is part of the Windows framework, in addition, this happens when there is a corrupted system file, and for us to sort out the issue, kindly follow the steps below:
Method 1. Reinstall the .Net framework using DISM :
Open Windows Powershell with administrator or CMD with Administrator (press Windows key + X, then click on Windows Powershell(Administrator)) Copy, paste, and enter the command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
Restart the PC then install the updates again.
If none will work from the above solution, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.
Kindly follow the steps from this link:
https://answers.microsoft.com/en-us/windows/for...
Let me know how it goes and I hope that helps.
Bernard