Forum Discussion
BigTee
Apr 04, 2022Copper Contributor
Issues downloading free sql server
I tried developer edition from here
3 Replies
- antoni0psCopper Contributor
Hello friend, have you been able to solve the problem? I have the same problem and I can't find a solution.
Edit: Found a solution finally.
Open PowerShell as administrator and run
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
d