react-social-login

The easiest way to integrate Social Login in your React Apps ...Checkout NPM
Showing posts with label MSSQL. Show all posts
Showing posts with label MSSQL. Show all posts

Tuesday, November 13, 2012

Error while enabling windows feature NetFx3

Recently, I tried to install SQL 2012 express edition on a Windows 8 OS running inside VMware. Installation wizard is very much the same as SQL 2008, so I thought it's going to be pretty smooth. With several Next clicks, my installation process started. BUT :( it got aborted with following error:

The following error has occurred:
Error while enabling windows feature : NetFx3, Error Code : -2146498298.

Reason:
=========================================================
Installation process requires .NET framework 3.5, which is generally not installed along with windows. However, it is available in Turn Windows Features On/Off option. Most likely this will be unchecked if you are getting NetFx3 installation error.


You'd be tempted to quickly check and try install this component. It shows 2 options - Install from a disc or install from internet. If you try later option, it will fail (I don't know reason but you'd see a generic error message). Check following resolution for an alternative workaround (which worked for me like a charm)

Resolution:
=========================================================
Open Command Prompt in elevated permission mode and execute 
dism /online /enable-feature /featurename:NetFx3 /source:d:\sources\sxs

Following is a Step-by-Step Guide: