Skip to main content

Fix for NET Framework 3.5 not installing on Windows 10


I'm a gamer at heart, so you can imagine how annoyed I was when I saw that a Windows 10 error was preventing me from running certain titles. Many modern games require NET Framework 3.5 in order to run, but... whenever I tried to install it on my Windows 10, I got the "DISM failed. No operation was performed." error message. Since I'm sure I'm not the only one facing this problem, I've decided to show everyone how to fix it.

For those of you who are interested, the Net Framework is a programming infrastructure that Microsoft created to help developers build and deploy products that use .NET technology. Since there are a lot of applications and services that rely on .NET (Dot Net) for their functionality, you can imagine that this kind of error can be quite irritating. Here are a few solutions that you should try:  

Solution One

This is the one that takes the least time, but you need to have the USB stick that contains the Windows 10 installer plugged into your PC in order it can work. If you have it, simply right-click on the Start button and select the Command Prompt (Admin) option. In the console that opens up, paste the following command: Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess , but replace the D with the drive letter of your USB stick. 

Solution Two

Press the Win+R combination, type appwiz.cpl and hit Enter. In the left-side panel, you should see a button that says "Turn Windows features on or off"; click on it. This will launch a new window where you will have to look for the ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" entry, then once you find it, check the box in front of it and press OK (uncheck and check it again if needed). Now, simply follow the instructions provided by the wizard to complete the installation, then restart your PC and check if it's fixed. 

Solution Three

To be completely honest, I haven't tried this one as I didn't actually need to, but if the previous solutions didn't help, you've got nothing to lose by trying. Open the Registry Editor by pressing Win + R, typing in regedit and hitting Enter. In the left-side panel of the window that opens up look for HKEY_LOCAL_MACHINE, expand it, then right-click on COMPONENTS, choose Export and enter the name COMPONENTS (this will create a backup of the registry entry on your desktop, in case you need it). Now, in the right-side panel of the Registry Editor, check if you have entries named "PendingXmlIdentifier", "NextQueueEntryIndex" or "AdvancedInstallersNeedResolving". If you see any of them, delete them, then restart your PC and your problem should be fixed. 


 

 

Comments

  1. Thanks for an interesting blog. What else may I get that sort of info written in such a perfect approach? I have an undertaking that I am just now operating on, and I have been on the lookout for such info. agen online

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

Top 7 Modules in Python Programming language | 2020

Python is a simple programming language yet of very high level and is very much popular. This days the use of python has gone very high and it is expected to be much higher in the upcoming days in the near future. So, today in this article we will be discussing about some modules in python language which are most to be learnt: NumPy: It helps to do basic mathematical operations and complex math with algebraic formulas, statistical operations,etc. It is a valuable python package and is important for machine learning. Pendulum: It helps to do complex coding involving dates and time and is broad form of datetime module. It also manages the time zone automatically hence, it is a replacement for the datetime module. Python imaging library: It makes easy to write codes that involves to open, read and manipulate or modify images in a variety of formats. The Pillow or PIL imaging library is good for importing, manipulation and exporting images. MoviePy: As pillow is to images, moviePy ...

Why should you learn Python programming language?

Python is a programming language developed by Guido Van Rossum. It is a very simple programming language so, you can learn Python without facing any issues. You are a beginner at programming can learn python. So, let's see top 7 reasons to learn python: Simple and popular: Python programming language is simple and very popular. Many significant platforms only support Python language. It also ranks top three as per TIOBE Index. Versatile:  It is a versatile language, i.e.; can we used to develop desktop applications, web pages and is considered best for AI and data science. Popularity: Many industries like YouTube, Amazon, Google, Facebook,etc. use this language. So, Python developers are very high in number. Moreover, the users of python are increasing day by day. Portable an extensible: Python course are portable and extensible as a code for Windows even run at Mac, Unix or Linux. Even the codes can be compiled in different languages like C++ or C. Graphical: The Python Computer G...