Well, I’ve failed to install .NET Framework 2.0/3.5 in Windows 8 using Program and Features in Control Panel, which I need for an older project I’ve done long ago. But I came across an easy solution which did the trick.
In Windows Command Prompt (cmd.exe) or Run dialog, enter the following command and hit Enter:
> Dism /online /enable-feature /featurename:NetFx3 /All /Source❌\sources\sxs /LimitAccess
Replace x: with path of your Windows 8 installation DVD.
- Note: You have to run cmd.exe as Administrator in order for this to work!
See also
- Optimizing Unreal Engine VR Projects for Higher Framerates (Meta Quest, HTC VIVE, FFR, ETFR, NVIDIA DLSS, AMD FSR, and Intel XeSS Tips Included!)
- Building Unreal Engine 5.6 From the GitHub Source Code on GNU/Linux With Android Support
- Rust Devs Think We’re Hopeless; Let’s Prove Them Wrong (with C++ Memory Leaks)!
- Building Unreal Engine 5.6 From the GitHub Source Code on Microsoft Windows