Answered by:
Need to install Microsoft .NET Framework 3.5.

Question
-
I need to install Microsoft .NET Framework 3.5. Can you assist me?
- Edited by Carey FrischMVP Tuesday, March 7, 2017 8:37 PM Title
Tuesday, March 7, 2017 4:55 PM
Answers
-
Hi kefink.
Open Control Panel and click Programs: click Turn Windows features on or off under Programs and Features and select the box to the left of .NET Framework 3.5; click OK to activate this feature.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA- Edited by Luigi BrunoMVP Tuesday, March 7, 2017 6:44 PM
- Proposed as answer by Carey FrischMVP Tuesday, March 7, 2017 8:34 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Tuesday, March 7, 2017 6:43 PM -
Besides, enable .NET Framework 3.5 (includes .NET 2.0 and 3.0) in Program and Features, I suggest to Offline install of .NET Framework 3.5 in Windows 10 using DISM
First, you need to have a Windows 10 DVD or iso image file.
Then, open an elevated command prompt and type the following command:
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess
Replace D: with your drive letter for Windows 10 installation media.
Have a try please.
Regards
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- Proposed as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2018 9:25 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Wednesday, March 8, 2017 8:00 AM -
I had this problem, when I select, it goes to internet and fails
I had to get the ISO or dvd, and extract the netfx cab from SXS
then use DISM to inject that file, to the image (or while using the image)
just google add 3.5 to windows 10 with DISM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2018 9:25 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Tuesday, March 7, 2017 6:30 PM
All replies
-
I had this problem, when I select, it goes to internet and fails
I had to get the ISO or dvd, and extract the netfx cab from SXS
then use DISM to inject that file, to the image (or while using the image)
just google add 3.5 to windows 10 with DISM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2018 9:25 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Tuesday, March 7, 2017 6:30 PM -
Hi kefink.
Open Control Panel and click Programs: click Turn Windows features on or off under Programs and Features and select the box to the left of .NET Framework 3.5; click OK to activate this feature.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA- Edited by Luigi BrunoMVP Tuesday, March 7, 2017 6:44 PM
- Proposed as answer by Carey FrischMVP Tuesday, March 7, 2017 8:34 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Tuesday, March 7, 2017 6:43 PM -
sorry, I figured he tried this and it did not work
most of the time when I build from DVD/ISO, this does not work for me and I have to use dism - wish I knew why
Tuesday, March 7, 2017 8:56 PM -
Besides, enable .NET Framework 3.5 (includes .NET 2.0 and 3.0) in Program and Features, I suggest to Offline install of .NET Framework 3.5 in Windows 10 using DISM
First, you need to have a Windows 10 DVD or iso image file.
Then, open an elevated command prompt and type the following command:
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess
Replace D: with your drive letter for Windows 10 installation media.
Have a try please.
Regards
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- Proposed as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2018 9:25 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, March 28, 2018 1:42 AM
Wednesday, March 8, 2017 8:00 AM