SCRIPT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when i go to print an email i get
AN ERROR HAS OCURRED ON THIS PAGE
LINE 1344
CHA 1
ERROR UNSPESECIFIED ERROR
CODE 0
URL res'/c:WINNT\SYSTEM 32\SHDOCLC.DLL/PREVIEW DLG
 
bummer.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, MICK HARVEY asked:

| when i go to print an email i get
| AN ERROR HAS OCURRED ON THIS PAGE
| LINE 1344
| CHA 1
| ERROR UNSPESECIFIED ERROR
| CODE 0
| URL res'/c:WINNT\SYSTEM 32\SHDOCLC.DLL/PREVIEW DLG
 
Mick
A couple of possibilities for you to try.

1
Start > Run
and then type
regsvr32 shdocvw.dll


2
check if the following key exists in registry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000000c-0000-0000-C000-000000000046}
if you expand the folder above you should find two subfolders " NumMethods
" and " ProxyStubClsid32

If this key or the subfolders are missing you can import it from another
system that works or copy the text below and paste it to a text file
then rename the file to a .reg extension and import the keys to the
registry.




Windows Registry Editor Version 5.00

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

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

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





--
"Bother," said Pooh as he struggled with the computer.

"It never does quite what I want."

"I wish Christopher Robin were here."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top