To resolve this issue, re-register the DLL files that are related to Internet Explorer. To do this, follow these steps:
- Click Start, and then click Run
- Type regsvr32 urlmon.dll in the Open box, and then click OK.
- Click OK when you receive the following message:
- Repeat steps 1 through 3 for the rest of the DLL files by replacing the regsvr32 urlmon.dll command in the Open box with the following commands:
- regsvr32 actxprxy.dll
- regsvr32 shdocvw.dll
- regsvr32 mshtml.dll
- regsvr32 browseui.dll
- regsvr32 jscript.dll
- regsvr32 vbscript.dll
- regsvr32 oleaut32.dll
The information is found on this page.
I was led to the solution above from another page.