I understand how confusing it is to not find .NET Framework 3.5 appears to be missing on your PC, even when you've already tried the standalone installer. In similar cases to this, the installation may be damaged or Windows may not have enabled the required components. Please try the following:
- Press Win + S > search
Turn Windows features on or off - Make sure .NET Framework (2.0 3.0...) entries appears
- Open Command Prompt as Administrator.
- Run:
dism /online /enable-feature /featurename:netfx3 /all - After that, run:
DISM /Online /Cleanup-Image /RestoreHealth - Finally, run:
sfc /scannow> restart PC > test the application again.
If the DISM command fails or the issue still persists, it'd be helpful if you could give a few more details on the situation. It'd help us move on more suitable options, and avoid repeating what you've possibly tried:
- Your exact Windows 11 Insider Preview build number (Settings > System > About).
- Was there any error code shown during installation (e.g. 0x800F0950, 0x800F081F, 0x800F0922, etc.).
With that information, we can provide more specific troubleshooting steps.
If you think the answer is helpful to you, please mark this as accepted. If you have extra questions about this answer, feel free to click "Add Comment" and ask!
Note: Follow the steps in our documentation if you want to enable and receive the related email notifications for this thread.