If you want to install .NET Framework 3.5 in windows server 2012, you will most likely see this error message when installing the feature:
“Do you want to specify an alternate source path? One or more installation selections are missing source files…”
To solve this, you can follow this steps :
“Do you want to specify an alternate source path? One or more installation selections are missing source files…”
To solve this, you can follow this steps :
- Go to a command prompt and enter this:
dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccessNote: Source should be the Windows installation disc. In my case, this was located on D:
- Go down to “Specify an alternate source path” and enter “d:\sources\sxs” as the path.
- Now you can install .net framework on your windows 2012 server
No comments:
Post a Comment