printing problem

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

When I try to print off an email message, I get the
following:
Internet Explorer Script Error
An error has occurred in the script on this page.
Line: 1334
Char: 1
Error: unspecified error.
Code: 0
URL: res://c:\WINNT\system32\shdoclc.dll/preview.dlg
Help???
 
--------------------
Content-Class: urn:content-classes:message
From: "mark" <[email protected]>
Sender: "mark" <[email protected]>
Subject: printing problem
Date: Fri, 23 Apr 2004 06:33:36 -0700

When I try to print off an email message, I get the
following:
Internet Explorer Script Error
An error has occurred in the script on this page.
Line: 1334
Char: 1
Error: unspecified error.
Code: 0
URL: res://c:\WINNT\system32\shdoclc.dll/preview.dlg
Help???
---------------------

You might have some missing/corrupt registry keys. I know of this to happen
by uninstalling some 3rd-party software (namely Digital Persona software).
Try adding the following text to a .reg file:

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