Steps To Resolve .NET Installation Error In Windows Server 2012

Today I will be sharing you with the simple steps to resolve the issue or bug while installing Dotnet 3.5 on Windows Server 2012 using Add or Remove features.

For the first time when I faced this issue, it took a long time for me to troubleshoot it.

So when you try to install .NET Framework 3.5 features using Add or Remove features in Server Manager of Windows Server 2012, You may get the following error,

Add roles

Here are the steps to resolve this issue:

  1. Firstly, mount DVD or ISO image of OS on Windows Server on which you are trying to install .NET Framework 3.5.

  2. Open Server Manager Console, Go to Manage and Add or Remove features and select .NET Framework 3.5 and click next.

    add roles1

  3. You will see the following screenshot and at bottom of the screen you can see the option which states “specify an alternate source path”.

    add roles

  4. After clicking on Specify Alternate Source Path, give the path of DVD or ISO like the following and make sure you give exact path and click OK.

    For eg: If your DVD drive is D drive as mine then the path should be the following,

    D:\sources\sxs

    add roles

  5. After clicking OK click install and your installation should get completed without any error.

    add roles


Similar Articles