Hi,
Thank you for contacting Microsoft Community.
A DLL is a library that contains code and data that can be used by more than one program at the same time. The program may not run if one of the following actions occurs:
- A dependent DLL is upgraded to a new version.
- A dependent DLL is missing or corrupted.
- A dependent DLL is overwritten with an earlier version.
These actions are generally known as DLL conflicts. If backward compatibility is not enforced, the program may not successfully run. Try these methods:
Method 1:
I would suggest you to turn off Internet Explorer and turn it on from program and features and see if it helps you to fix the issue.
- Press Window key + X.
- Select Control Panel from the list.
- Under view by option select large icons.
- Click on Programs and Features.
- Click on Turn on Windows Features on or off.
- Uncheck the box of Internet Explorer.
- Press OK for confirmation.
- For more confirmation you may refer to the screen shot provided below.
Now try to turn it on back.
- Press Window key + X.
- Select Control Panel from the list.
- Under view by option select large icons.
- Click on Programs and Features.
- Click on Turn on Windows Features on or off.
- Check the box of Internet Explorer.
- Press OK for confirmation.
Method 2:
If the issue still persists, then I would suggest you to perform a SFC Scan and check if it helps.
Follow these steps:
a) Boot to the desktop view.
b) Open command prompt, right click in the left corner when the Start window appear and select command prompt (admin).
c) Type the following command, and then press ENTER:
sfc /scannow.
The sfc /scannow command scans all protected system files and replaces incorrect versions with correct Microsoft versions.
Hope this helps.
Please post back with the status of the issue and we will be glad to assist you further.