Forum Discussion
Abdellatif1995
Apr 14, 2022Copper Contributor
a required file could not be downloaded sql server 2019 express
Hello Everyone ,I'm trying to install SQL server 2019 Express ,but when it's downloaded and i go to Run it , the following error comes Up "a required file could not be downloaded this could mean the ...
- Apr 18, 2022
Found a fix that worked for me
regedit add a Dword Value to the following 2 locations
HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319
HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319
Dword key: SchUseStrongCrypto
Value 1
travisjmac
Apr 18, 2022Copper Contributor
Found a fix that worked for me
regedit add a Dword Value to the following 2 locations
HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319
HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319
Dword key: SchUseStrongCrypto
Value 1
- KokuSho_KouFeb 19, 2024Copper Contributor
Dose the PC/Server require reboot after the doing the changes?
- Abdellatif1995Apr 18, 2022Copper Contributorit worked for me as well . thank you for sharing the solution man
- GHoff1Apr 18, 2022Copper Contributorworked for me too.