Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Install .net framework in Windows 2012 server

I was trying to add .net 3.5 features in a (Remote) Windows 2012 server. But I am getting the following exception.

Do you need to specify an alternate source path? One or more installation selections are missing source files on the destination server. The server will try to get missing source files from Windows Update, or from a location that is specified by Group Policy. You can also click the “Specify an alternate source path” link on this page to provide a valid location for the source files.

I have tried to download and install using setup of framework 3.5 and that also failed.

I have seen several workarounds for this from the below URL

http://support.microsoft.com/kb/2734782

Is it possible to add .net 3.5 without using Installation media(of OS)

Any help on this would be greatly appreciated.

like image 768
Sebastian Xavier Avatar asked Nov 12 '14 08:11

Sebastian Xavier


People also ask

How do I fix failed to install .NET framework?

Reboot your computer and try installing the NET Framework. If still getting the same error message then try following the below-given steps. Open CMD (Command Prompt) in administrator mode. In the command prompt window, type the following command “net stop wuauserv” and press the enter button to stop the service.

Why is .NET framework not installing?

You do not have sufficient privileges to complete this operation for all users of this computer. Log on as an administrator and rerun Setup. You must be an administrator on the computer to install the . NET Framework.

How do you fix the .NET framework 4.7 2 redistributable does not apply to this operating system?

The only solution for this problem is to simply update your Windows 10. It is advised to check for Windows Updates even if you are on the latest version of Windows 10. Since the problem is caused by incompatible operating system, installing all the available Windows 10 updates will most likely resolve the issue.


1 Answers

I have solved this by Selecting "Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS)" Checkbox in Edit Group policy screen, as suggested in method 2 of the above URL

like image 136
Sebastian Xavier Avatar answered Oct 11 '22 18:10

Sebastian Xavier