Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I need to install version 3.5 of the .NET Framework in Windows 7, but when I try to install it, it shows the following error:

"Turn on/off .NET Framework" option in System Features

I tried doing this, but I don't understand what it means. Can anyone help me?

share|improve this question

migrated from stackoverflow.com Mar 7 '11 at 9:23

4 Answers

That message is trying to tell you that you need to install .NET 3.5 a different way under Windows 7. Because it's included as part of the operating system, you use the "Turn Windows features on or off" function to get to it, instead of installing a downloaded redistributable package.

  1. Open the Start menu and click "Control Panel".
  2. Under the "Programs" category, click the "Turn Windows features on or off" link text.

  Click "Turn Windows features on or off"

share|improve this answer

Here's a fully screen-grab based explanation on how to get .Net Framework 3.5 running inside of Windows 7.

Install .Net FrameWork 3.5 SP1 On Windows 7

I've found this, as I've got the same problem myself and needed 3.5 running on my PC too.

Hope this helps. :o)

share|improve this answer

Windows 7 comes with .NET 3.5 you just need to enable it in Windows Features.It gets installed,it selects automatically what else needs to be installed

share|improve this answer

Run the following command as an admin:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /ALL /NoRestart

That'll install .NET Framework 3.5 SP1, 3.0 SP1, & 2.0 SP1 ... same as enabling it through the GUI in Control Panel.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.