Forum Discussion

shari210's avatar
shari210
Copper Contributor
Nov 09, 2020

.net framework 3.5 installing error 0x8007002

i am trying to insrtall .net framework 3.5 (includ 2.0 and 3.0).After downloading files,it gives error0x8007002, specified files not found.

Found some solutions on internet but didn't work.Some experts past replies on 0x8007002 error all did't work.One solution that everybody mentioned was to download window 10 iso.GO to source\sxs and copy microsoft-windows-netfx3-ondemand-package file and paste it in C: drive and from admin cmd type Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:C:\ /LimitAccess.

but it also didn't worked.

Tried everything but its not enabling.

checked the windows updates and its updated.

any solution?

15 Replies

  • shari210 

     

    What happens when you run

    Add-WindowsCapability –Online -Name NetFx3~~~~ –Source D:\sources\sxs

     

    Instead of using dism? 

  •  

    Hi shari210,

     

    Could you try that?

     

    1. Mount the ISO of the Windows 10 which version you are using.

    Mount ISO

    D(ISO Drive)\sources\sxs

     

    2. Open Command Prompt via Administrator rights.

    3. Run "Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\sxs /LimitAccess" command.

     

    Command

     

     

     

Resources