How to Install Dot Net Framework 3.5 on Windows 8 All Editions


How to Install Dot Net Framework 3.5 on Windows 8 All Editions


Installing .Net Framework 3.5 on Windows 8

Dear Readers, You may have sometimes noticed while using windows 8 that some apps won't Run properly and some even doesn't open up... It's because of a reason that the application are designed in .Net Framework Environment these days that requires .Net Framework 2.0,3.0,3.5,4.0,4.5 etc. (Different application need different versions of .Net Framework and may not work with most out dated or most recent version of .Net Framework). Now you need to just install .Net Framework 3.5.. Just follow these 2 simple steps...

Method 1 (Offline Installation using cmd):
  1. Enter your Windows 8 Installation Disk into DVD Drive... or Mount the .iso file...
  2. Now run Command Prompt as an Administrator... Hit Start --> type in "CMD" or "Command" without quotes, when you see command prompt listed on top of apps list, Right Click on Command Prompt and Select option "Run as Administrator" from the bottom area near taskbar.
  3. Now type in " DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:G:\sources\sxs " without quotes.. (where G: will be your drive letter of DVD Drive or Mounted Image Virtual Drive.. Replace G: with your actual drive letter if it's other than G:)
  4. The .Net Installation will begin and the Feature will be installed with in a few minutes...
zonreturn
Method 2 (Online Method using Windows Update): 
If for some reasons the Method 1 doesn't work for you, either your installation media doesn't have that installation file for .Net Framework or You have no Windows Installation disk at the moment, then you can try this second sure fire method that'll work for everyone.. Because in this method, the feature will be installed straight from Windows Update but it is much lengthy process especially if you are on a slow connection..

For this, Go to Control Panel --> Programs and Features --> Turn Windows Features on or off --> Select the option .NET Framework 3.5 (includes .NET 2.0 and 3.0) --> Hit OK. A Pop-up windows will appear asking that Windows needs to download additional files from Windows Update... Select Install this feature.. Wait until it's done..

That's all folks.. You'll have .Net Framework 3.5 Installed in your Windows 8...