Symptoms-
- Mostly SQL-server Installation interrupted with .net Framework dependency
- NDF Package required .net 3.5 Package Dependency Exception Found
Workaround-
Mount Installed Current OS version (win 10-Rs2 || RS3 || RS4 || RS5) from the Host Drive
Open Command Prompt-
-Note: In the PowerShell command the source name should be Mount driver letter(F)
commands-
dism.exe /online /enable-feature /featurename:NetFX3 /Source:F:\sources\sxs /LimitAccess
Comments
Post a Comment