NetFx3 error while installing SQL Server 2012

Issue – While Installing SQL Server 2012 on windows 2012 server I have received below error, which indicate .Net 3.5 is not installed on this machine.

In windows server 2012 .Net 3.5 do not install by default as it’s come with .Net 4.5.

1

Let’s learn how to install .Net 3.5 on windows 2012 box.

Go to control Panel –> Select Turn windows  features on or off

2

or go to Server Manager –> Add roles and features

3

It launch  new window –> Next

4

select –> “Role-based or feature based installation” –> Next

6

7

Go –> Next –> Next –> Select “.Net Framework 3.5 Feature” –> Next

8

Select –> Specify an alternate source path

9

Find  windows media directory and go to “Source\sxs” path Mine is installed in D:\ so for me it’s “D:\Source\sxs”

11

Provide directory path and click OK.

12

Click on Install –>

13

It will take few minute and then your installation done.

14

Or you can use below command –

dism /online /enable-feature /featurename:NetFx3 /source:D:\sources\sxs

15

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s