Grasping at straws... It turns out that the CDO.DLL was a reference
and shouldn't have been. It was used for some old code that was
We are both using Office 2003. What library is needed that would not
It's a pretty fresh install of 2003. It didn't work on her previous
> I don't know why you think that CDO is involved, there were no CDO objects
> in the code you showed. It was all Outlook object model code.
>
> CDO 1.21 is not redistributable. Each installation must come from the Office
> CD's for that version of Office, the versions are specific to that version
> of Office. For Outlook 2007 you must download CDO 1.21 from the MS Web site,
> it's no longer on the Office CD's.
>
> --
> Ken Slovak
> [MVP - Outlook]http://www.slovaktech.com
> Author: Professional Programming Outlook 2007
> Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm
>
> "McKilty" <bluesbr...@gmail.com> wrote in message
>
> news:55f7c97f-8d83-4a1b-8049-e247690cb527@s19g2000prg.googlegroups.com...
>
> > Ok, I have a different problem. When the program is running on the
> > end-users computer, the program errors out when I try to set the
> > recipient. The message I get is:
>
> > Run-time Error -2147319779 (8002801d)
> > Automation Error
> > Library not registered
>
> > Would this be the CDO.dll file? On my development computer, I have
> > version 6.5.7653.8. The end-user has that file in her Common Files
> > and also has version 5.5.2448.0 in her system 32 directory.
>
> > I'm thinking I had to unregister the 5.5 version and register the 6.5
> > version.
>
> > Your thoughts...