You need to specify source if you are using limit access. If you have access to the internet you can try this
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I refer to this thread which was archived.
The solution was to reboot the PC and run a repair. I am in a company acnd just can't just repair all computers with problems.
I wonder if there is a solution to this issue.
I try to install NET3.5 with:
DISM.exe /Online /Enable-Feature /FeatureName:NetFx3 /source:.\ /limitaccess /norestart
and get an error 50:
Error DISM DISM Package Manager: PID=9500 TID=4356 Parent features must be enabled before this feature can be enabled. "NetFx3" - CPackageManagerCLIHandler::Private_ProcessFeatureChange
Error DISM DISM Package Manager: PID=9500 TID=4356 One or more features could not be enabled. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x80070032)
Error DISM DISM Package Manager: PID=9500 TID=4356 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070032)
2
I wonder which "PARENT FEATURE" is referred to here.
You need to specify source if you are using limit access. If you have access to the internet you can try this
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
Hi @Stefan K
Thank you for your question and reaching out.
I can understand you are facing issue while installing Dot .NET Framework on Windows 10.
I will suggest you to try below Methods towards to resolve this issue.
Method 1:
Download and run .NET framework repair tools from Microsoft and repair it.
https://www.microsoft.com/en-us/download/details.aspx?id=30135
Method 2:
1.Open the .NET Framework installation files folder > Open Sources folder
2. Right-click the SXS folder, and then click Properties.
3. Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isnt there, click the Edit button and turn it on.
4. Press Windows Key + X
5. Click Command Prompt (Admin)
6. In the Command Prompt window, type the following command and press Enter:
7. dism /online /enable-feature /featurename:netfx3 /all /source:c:\sxs /limitaccess
8. In the Command Prompt window, type the following command and press Enter:
9. dism /online /Cleanup-Image /RestoreHealth
Method 3:
Run Windows Startup Repair.
Hope this answers your question :)
Thank you.
Prakash
--If the reply is helpful, please Upvote and Accept as answer--