Private - Guide

Free Tutorial, Guide, Tips, Trik and Application Download..

Kamis, 21 Maret 2013

How to install .NET Framework 3.5 on Windows Server 2012

I am currently working on a project of installing System Center Configuration Manager 2012 on a Windows Server 2012 infrastructure. Yesterday, I ran in to a problem when trying to install SQL Server 2008 R2. The problem was that the .NET Framework 3.5 was a requirement, and I was unable to install it from the Server Manager.
This is the problem I ran in to when trying to add the feature:
“Do you want to specify an alternate source path? One or more installation selections are missing source files…”
Bug when adding .net framework 3.5 in Server 2012
Apparently, there’s a bug in Windows Server 2012 when trying to add the .NET Framework 3.5 from Server Manager. In order to get it to work, I had to enable the feature via the Command Prompt.
This is the command that I had to type:
dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
Note: Source should be the Windows installation disc. In my case, this was located on D:
Bug when adding .net framework 3.5 in Server 2012
After running this command, .NET Framework 3.5 was enabled and I was able to install SQL Server 2008 R2 :)
.NET Framework 3.5 feature installed on Windows Server 2012

Label: ,

0 Komentar:

Posting Komentar

Berlangganan Posting Komentar [Atom]

<< Beranda