Preka
Programmer
- May 11, 2004
- 55
I have a fairly simple script that prints some paperwork to pdf and then attaches it to an email to whatever address is on file for our customer.
For the most part, it works quite while, except on one machine in our office. That machine returns a "library not registered" error on the first line that tries to access Outlook (Set appOutLook = CreateObject("Outlook.Application") )
I'm certain this is a problem with a dll/the reference Microsoft Outlook 9.0 Object Library reference, but I don't know how to go about fixing it. Ideas?
For the most part, it works quite while, except on one machine in our office. That machine returns a "library not registered" error on the first line that tries to access Outlook (Set appOutLook = CreateObject("Outlook.Application") )
I'm certain this is a problem with a dll/the reference Microsoft Outlook 9.0 Object Library reference, but I don't know how to go about fixing it. Ideas?