Saturday, May 26, 2012

[Solved] Not able to install .Net Framework on Windows 8



Many of us are using Windows8, but few of them have faced .Net Framework problem.  Some application requires .Net Framework 3.5 but when you install it, it still some application ask to install it.

So, here is a solution. There are two ways mainly.
1. If you have fast internet connection then you can enable it through "Add or remove Features".
2. If you have not connected to internet then you can solve this using DISM.exe tool.

1. Through Add or Remove Features.
        
                Goto Control Panel > Programs > Programs and Features. Now click on "Turn Windows Features on or off" in the lest pane.
  
                Now check both ".Net Framework 3.5 (includes 2.0 and 3.0)" and ".Net Framework Advanced Services". Then click OK. (See below image)



2. Using DISM.exe tool

               Mount your Windows8 image into virtual drive or extract it into USB drive or insert Win8 DVD.

               Open cmd.exe as administrator.

               Now copy and paste below code in cmd.exe, then hit enter. (Here replace D: with your related windows 8 image path. Where you have extracted image either in USB drive or Virtual drive or in DVD.) (See below image.)





Enjoy...!!!

Related Posts Plugin for WordPress, Blogger...