Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE6/HTML Printing - Script error

Status
Not open for further replies.

jase25

Technical User
Jun 20, 2003
21
GB
Hi all,

I have a problem with printing from IE6 (and html emails within outlook). When attempting to print I recieve: -

Internet Explorer Script Error
Line 228
Char 1
Error Interface not Registered
Code 0
Url res://c:\windows\system32\shdclc/preview.dgl

When closing this message, the PC doesn't print.

The PC is Windows XP SP1 using the latest IE6 (including latest updates). I have installed the latest script package (5.6) and also installed SP1 again, all without success. Also tried under a different login account, but still the same.

Any ideas?

thanks

Jase
 
Open a new notepad session, to be called IE_fix.cmd, and copy/paste the below:

regsvr32 urlmon.dll
regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll

Save the file, then double click IE_fix.cmd and answer the prompts. Ignore any error messages.

Reboot and test again.
 
Thanks for the suggestions.

I attempted registering all the above dlls and rebooted, but without success. I'm still recieving the same error message.

Any further ideas?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top