There are two ways to install .NET 3.5 onto Windows 2012, this is also required if you want to install SQL Studio Manager.
1. Powershell (As Admin)
Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs
2. Old Fashion Command Line (As Admin)
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
No comments:
Post a Comment