When installing dot net framework 4 some guys will frequently get errors.So that guys can follow these steps to get successfull installation of dot net framwork 4.



Error Correction Method for .net framework 4.
  1. At first open command prompt as administrator
  2. Then type net stop wuauserv
  3. Then go to %windir% and rename SoftwareDistribution folder to SDold.
  4. Then go back to command prompt and type net start wuauserv.
  5. Woila!!! You can now install .net framework without any errors.
Another error correction method when installing .net framework 4.

If a dot net installation simply restarts when installting different components.At last it fails.So for overcoming that.
Simply follow these steps...

  1. These steps requires dot net 4.0 framework installation.
  2. Extract dot net 4.0 framework.exe with winrar archiver.
  3. Then open the extracted folder and find netfx_Core.mzz and rename that to netfx_Core.zip.
  4. Then open that netfx_Core.zip file with winrar archiver.
  5. Now locate _003_mscoree_dll_x86 file and extract it.
  6. Rename that file to mscoree.dll.
  7. Then open run and type %windir%\system32.
  8. then locate file mscoree.dll rename it to mscoree.dll.bak
  9. Now copy the renamed file in the step 5 to %windir%\system32 directory.
  10. Hurray!!! The dot net framework installation will work in charm....

Post a Comment