Microsoft SQL – ‘Error While Enabling Windows Feature : NetFx3’

KB ID 0000958 

Problem

I was installing SQL Server 2012 and suddenly this popped up;

Error installing NetFx3

The following error has occurred:
Error while enabling Windows feature: NetFx3, Error Code: -2146498298, Please try enabling
Windows feature: NetFx3 from Windows management tools and then run setup again. For more
information on how to enable Windows features, see http://go.microsoft.com/fwlink/?linkid=227143

Solution

I’ve been bitten by .Net on Server 2012 before. Leave this error on the screen, and the install in the background, and pop in the Sever 2012 Installation DVD, then run the following command;

Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:sourcessxs /LimitAccess

Where D: is the DVD Drive Letter

Install .net command Server 2012

Put the the SQL Install media back in the drive if you removed it, (I was installing from a mounted .ISO file), click OK on the error message and SQL should continue to install.

Related Articles, References, Credits, or External Links

NA

Author: Migrated

Share This Post On