Setup is unable to proceed due to the following error(s): This product requires Microsoft .Net Framework 4.5.
"Setup is unable to proceed due to the following error(s):This product requires Microsoft .Net Framework 4.5."
Step 1: Uninstalling .Net framework 4.5 from server manager.
=============================================
We uninstalled .Net framework completely and we rebooted server. After rebooted server it was showing only cmd prompt. Even UI is not controlling through mouse or key board. After some google search we rolled back to server with some commands.
1). DISM.exe /online /enable-feature /all /featurename:NetFx4
2). DISM.exe /online /enable-feature /all /featurename:MicrosoftWindowsPowerShell
Above two commands run with any error then reboot server using shutdown -r
once server got rebooted,then type PowerShell on Cmd prompt and run GUI installation with following cmd.
1). Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Reboot server with Shutdown -r.
Now your server rolled back to normal state. Then follow step 2
Step 2:
==================================================================
I was Installed SharePoint 2013 prerequisites. After that, I got above error while installing SharePoint 2013. I cause may be we installed windows updates.
Please go to this link: https://support.microsoft.com/en-us/help/3087184/sharepoint-2013-or-project-server-2013-setup-error-if-the-net-framewor
Download respective SP1 fix. I was downloaded "SharePoint Server 2013 with Service Pack 1 fix".
Extract the zip, Copy svrsetup.dll to update folder in SharePoint 2013 ISO.
Try to Install SharePoint 2013... It works now...
Comments
Post a Comment