Outlook Printing HTML error

C

cbsam

My Outlook 2003 has stopped printing HTML emails, I get an error message
stating in part, Internet Explorer Script Error" Line 1344; how can I fix
this.
cbsam
 
A

Andreas Roeder

Hi cbsam
Verify the following registry entries exist. If they do not, create them
and then reboot. Keep in mind that you may need to adjust permissions on
the key your creating/modifying to allow you to enter the correct values.

PS. @ is equivalent to (default) when looking through the registry.

[HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}]
@="PSFactoryBuffer"

[HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer
32]
@="C:\\WINNT\\system32\\ole32.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}]
@="ISequentialStream"

[HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\NumMetho
ds]
@="5"

[HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\ProxyStu
bClsid32]
@="{00000320-0000-0000-C000-000000000046}"


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

[HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\NumMetho
ds]
@="14"

[HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\ProxyStu
bClsid32]
@="{00000320-0000-0000-C000-000000000046}"
 
Top