Forum Discussion
.net framework 3.5 installing error 0x8007002
Hi shari210,
Could you try that?
1. Mount the ISO of the Windows 10 which version you are using.
2. Open Command Prompt via Administrator rights.
3. Run "Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\sxs /LimitAccess" command.
hasanemresatilmis I Have tried it and its still not working.
Here is the dism: https://drive.google.com/file/d/1FSXeYNTnQY3FH3lhXdsdEuLB2P0Iy5t0/view?usp=sharing
- hasanemresatilmisNov 10, 2020Iron Contributor
Hi shari210,
I think that error occurs after installation of KB4074590 (KB number can be different for version of OS). Could you check that update?
And you could try that please?
1. Run the command "sfc /scannow".
2. Run your installation command again with /restorehealth option
"Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\sxs /LimitAccess /restorehealth"
- shari210Nov 10, 2020Copper Contributor
- hasanemresatilmisNov 10, 2020Iron Contributor
- shari210Nov 10, 2020Copper Contributor
- hasanemresatilmisNov 10, 2020Iron Contributor
Hi shari210,
Could you try these commands with same order?
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\sxs /LimitAccess