Scripting Error when trying to print from IE 6.0

  • Thread starter Thread starter Rebecca Owens
  • Start date Start date
R

Rebecca Owens

I get this error when I try to print from a webpage:

An error has occurred in the script on this page.

Line: 639
Char: 1
Error: Unspecified error.
Code: 0
URL: res://C:\WINDOWS\SYSTEM\SHDOCLC.DLL/preview.dlg

Do youwant to continue running scripts on this page?

Click yes or no and nothing happens.

I have ran all the fixes that I have found on the Technet
database and still I am having issues. I also get an
error when I try to run page setup.

It also doesn't list a print preview under the File menu.
I am stumped.

Does anyone have any ideas of what to do????

Thanks.

Rebecca
 
--------------------
Sender: "Rebecca Owens" <[email protected]>
Subject: Scripting Error when trying to print from IE 6.0
Date: Wed, 5 May 2004 12:59:02 -0700

I get this error when I try to print from a webpage:

An error has occurred in the script on this page.

Line: 639
Char: 1
Error: Unspecified error.
Code: 0
URL: res://C:\WINDOWS\SYSTEM\SHDOCLC.DLL/preview.dlg

Do youwant to continue running scripts on this page?

Click yes or no and nothing happens.

I have ran all the fixes that I have found on the Technet
database and still I am having issues. I also get an
error when I try to run page setup.

It also doesn't list a print preview under the File menu.
I am stumped.

Does anyone have any ideas of what to do????

Thanks.

Rebecca
----------------------

This may be caused by damaged/missing registry keys. Copy/paste the
following text into a .reg file and import it into the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000000c-0000-0000-C000-0000
00000046}]
@="IStream"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000000c-0000-0000-C000-0000
00000046}\NumMethods]
@="14"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000000c-0000-0000-C000-0000
00000046}\ProxyStubClsid32]
@="{00000320-0000-0000-C000-000000000046}"


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top