Link to home
Start Free TrialLog in
Avatar of TBSupport
TBSupport

asked on

SQL Server 2012 install error enabling Windows Feature NetFx3

Hello:

On Windows Server 2012 Standard, I tried to install the SQL Server 2012 Client Tools.  Upon doing so, I got an error message advising to enable Windows Feature "NetFx3".

So, I went through Server Manager to attempt to enable .Net Framework 3.5, but it failed.

I do not have the Windows Server 2012 installation media.  Is there a way of getting .Net Framework 3.5 enabled, without the media, so that I can get the SQL Client Tools installed?

Thanks!

TBSupport
Avatar of becraig
becraig
Flag of United States of America image

Why not just download it if you cannot find the media.

http://www.microsoft.com/en-us/download/details.aspx?id=21
Also look in Programs and Features, Windows Features (left side menu) and allow it to load. Make sure .NET Framework 3.5 and 4 are both checked.

If one or both are not checked, check, allow to install and restart the server.
Avatar of TBSupport
TBSupport

ASKER

Neither of these remedies worked.

TBSupport
The latter method (Add Windows Features) should work and always does for me.

Try running System File Checker. Open cmd.exe with Run as Administrator and run SFC /SCANNOW and allow to complete.  When complete, restart the server and again try adding the feature.

Also, once restarted, check Windows Updates to see if .NET Framework has been left behind as a recommended update. Make sure all recommended updates have been completed and installed.
Updates have already been applied.  And, system scan came back with no integrity violations.  No dice.

I have read a ton of blogs that indicate that you have to have the installation media.  Server Manager's being unable to install .Net Framework 3.5 features is actually pretty common, according to these blogs.

I was simply hoping to find a way around having to use the installation media.  That's why I came here to ask.

I guess it's not possible.  You have to have the media.  I hope that the IT department has it, when I ask them.  It's hard to say.  Oh, well.

TBSupport
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
One last stab at this for you:
Steps:
 1) Download the .net FULL package
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
2) Note the path you download to.
3) Open a command prompt as Administrator and run:
dism.exe /online /enable-feature /featurename:NetFX3 /Source:C:\Pathwhere-you-saved-the file /LimitAccess
4) Run a reg query to be sure it is present
reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP"
@TBSupport - Thanks and I was happy to help. I hope Microsoft got you on your way.