Thursday, February 9, 2017

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 wont Run properly and some even doesnt open up... Its 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:sourcessxs " 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 its other than G:)
  4. The .Net Installation will begin and the Feature will be installed with in a few minutes...


Method 2 (Online Method using Windows Update): 
If for some reasons the Method 1 doesnt work for you, either your installation media doesnt 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 thatll 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 its done..

Thats all folks.. Youll have .Net Framework 3.5 Installed in your Windows 8...


Tags: how to install dotnet framework 3.5 on windows 8 ; install .net 3.5 on windows 8 ; adding dot net 3.5 to win 8 ; win 8 .net framework install add feature

Available link for download