How Enable .NET Framework 3.5 Error on Window 7
If we try to install SQL Server in Window 7 we will receive
the following error:
Note: The same steps work for Windows 8 and
Windows 10.
- Click Start -> Control Panel
- Click Programs
- Click Turn Windows features on
or off
- Click the checkbox next to
Microsoft .NET Framework 3.5.1
- You will see the checkbox
become filled
- Click OK
- Wait for Complete the operation. If it asks you to connect to Windows Update to
download required files, click Yes.
.NET Framework 3.5 Error in SQL Server Installation on Window Server 2008R2, and Window Server 2012R2:
The .net Framework 3.5 SP1 is a prerequisite for SQL Server
2008R2. If it is not already installed on Server, we get error message:
Solution: There are two method to solve this problem let’s
discuss one by one:
Method 1:
Using Server Manager Interface
1.
Go to Server manager
2.
Click Add role and Features
3.
Select Features Interface, expand .NET Framework
3.5 Features
4.
Select and hit next
Method 2:
Using PowerShell
1.
Click the Start
button
2.
Go to All
Programs and Select Accessories
3.
Expand windows PowerShell and right click Windows PowerShell and select Run as Administrator.
4.
At the power shell command prompt, type the
following commands, and then press Enter after each command:
·
Import-Module ServerManager
·
Add-WindowsFeature as-net-framework