Hello Friends,
Life Is a struggle with Lot of If and buts. It’s being a many month I was out of touch with my blogging hunger. But there were lot of question which I was getting from time to time on my mails/blogs , which I will try to answer in couple of days or weeks.
Few weeks back, there was some one asking about an specific error “Error while enabling Windows feature : NetFx3 “. I have seen the error earlier also but this time I was interested to find it cause. So, while working it seems that this error occurs with other name also. Some are:
- Error installing Microsoft .NET Framework 3.5==> While installing .NET 3.5 features or it needed as prerequisite.
- Specify Alternate source Path? One or more installation selection are missing source path==>While Installing Active Directory Domain services.
- Error while enabling Windows feature : NetFx3==> Error while installing Sql.
So, What is this error and why the demon is coming with different names in diff ways.
Problem came out is: It turns out that Windows Server 2012 does not include NetFx3 when it is installing. It doesn’t mean that it is gone, but it does have to be installed separately. So here we go, It is coming on 2012 window server as we all are fond to learn new thing on new version.
What we have to do to resolve the issue. There are 2 ways to resolve the same:
- By using the GUI . All of us favorite way.
- Or the Command prompt
- Insert the window 2012 CD or if using Virtual way(VMware/Hyper-v) attach the ISO file. Check the drive letter it assign . D: in this case
- Go to Server Manager==> Manage==> Add roles and feature.
- Select .NET framework 3.5 features
- Click next. You need to enter Alternate source path
- It was D drive in our case. Click specify alternate source path and type: D:\Sources\SxS . It is the place where the bits are present and which doesn’t install while installing window 2012
- Click ok and install. Your error will not occur
- If you want to go with cmd prompt and type: dism /online /enable-feature /featurename:netfx3 /all /source:d:\sources\sxs
If any of the 2 process are done your issue will be resolved.
If you liked this post, do like on Facebook at: https://www.facebook.com/Ashishsharepointblog
Feel free to Rate and provide feedback if you find post useful