A 2 Z Technology Updates

Latest


.Net framework 3.5 Installation error on Windows 10


Issue


If you are running windows 10 and some of your application required .Net Framework 3.5.

In this situation You can activate .Net Framework 3.5 from control panel. Windows 10 features are included .Net Framework 3.5. You can activate it by going to Control Panel  > Programs and Features > Turn Windows features On or Off 

Then tick .Net framework 3.5 (includes .Net 2 and 3) from the list and click ok.




But in Some cases you may get an error message like the image below . 




Windows Couldn't complete the requested changes.
Windows couldn't find required files to complete the requested changes. Make sure you're connected to internet and try again.

Error code : 0x800F081F


If your are facing this kind of an Issue it can be solved by a simple trick


Soulution


  • First Insert you Windows 10 installation into the drive (DVD or Bootable Pendrive )
  • Then Type command in run and  open commend prompt (Run as Administrator)


  • Now type the command below in the command prompt and press Enter.
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

here d is the drive letter of your drive where your Windows installation media was inserted.


  • Now the installation will start in command prompt and you will get a successful message after completing the installation.

No comments:

Post a Comment