Have been trying to get .NET 3.5 installed on my Win 8.1 PC, but have been unsuccessful so far. I've been reading threads about these issues, but none of the suggestions seem to have made a difference.
Using the "Turn Windows features on or off" route, I get the following message:
Windows couldn't complete the requested changes.
Access is denied.
Error code: 0x80070005
Using the alternative route in an elevated command prompt results in:
C:\WINDOWS\system32>dism.exe /online /enable-feature /featurename:NetFX3 /Source :v:\sources\sxs /LimitAccess Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.3.9600.17031 Enabling feature(s) [==========================100.0%==========================] Error: 5 Access is denied. The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log C:\WINDOWS\system32>(V: being my virtual drive where the ISO is mounted)
I'm located in The Netherlands. I have 2 .ZIP files with my logs, the first one is before and the second one is after running:
DISM /Online/cleanup-image/CheckHealth
DISM /Online/cleanup-image/RestoreHealth
Hope anyone can shed some light on my issues, as I'm pretty much lost at the moment :) Many thanks in advance!