Monday, December 14, 2015

.NET Framework 3.5 feature + Specify an alternate source path

.NET Framework 3.5 feature + Specify an alternate source path error for SharePoint prerequisite installation error.




Try to install the following Windows update and it may fix your issues.

https://support.microsoft.com/en-us/kb/3002547

in cmd prompt try to enable.

open cmd window as Administrator and run the following command.
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All 

If still fails, try installing Powershell enable powershell and than add this feature. It will work.

Search for this error Code Error: 0x800f0906 and will give relavent steps to fix the issue. 

1 comment:

Keviv said...

These too will help to fix it.

https://support.microsoft.com/en-au/kb/2734782

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...