Shadow_Walker Posted March 1, 2018 Posted March 1, 2018 Just trying to install .net frameworks 3.5 by adding the role and it just keeps giving me an error "the source files could not be found" Any quick way to install it?
fiza Posted March 1, 2018 Posted March 1, 2018 Just trying to install .net frameworks 3.5 by adding the role and it just keeps giving me an error "the source files could not be found" Any quick way to install it? You need to have the install disk and point the source to it - - - Updated - - - https://blogs.technet.microsoft.com/askpfeplat/2014/09/29/attempting-to-install-net-framework-3-5-on-windows-server-2012-r2-fails-with-error-code-0x800f0906-or-the-source-files-could-not-be-downloaded-even-when-supplying-source/
HPlum78 Posted March 1, 2018 Posted March 1, 2018 Just need the SXS folder from the source disk, normal practice is to have that stored centrally so that you can point your servers at it if needs be.
synaesthesia Posted March 1, 2018 Posted March 1, 2018 quickest/easiest is just use dism /Online /Enable-Feature /FeatureName:NetFx3 /All 1
Shadow_Walker Posted March 1, 2018 Author Posted March 1, 2018 quickest/easiest is just use dism /Online /Enable-Feature /FeatureName:NetFx3 /All Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now