Re: CDO.Person problem
From: Jay B. Harlow [MVP - Outlook] (Jay_Harlow_MVP_at_msn.com)
Date: 01/16/05
- Next message: cbenien_at_hotmail.com: "Re: Magic Instantiation! Most Annoying! :-("
- Previous message: Richard Blewett [DevelopMentor]: "Re: Magic Instantiation! Most Annoying! :-("
- In reply to: Jason: "CDO.Person problem"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 16 Jan 2005 12:10:53 -0600
Jason,
See the microsoft.public.dotnet.languages.vb newsgroup for my comments.
Hope this helps
Jay
"Jason" <jasonmwilkerson@hotmail.com> wrote in message
news:1105759860.257181.37150@c13g2000cwb.googlegroups.com...
>I am running Exchange 2003 on a Windows 2003 Active Directory.
>
>
> I am trying to mailbox-enable a user account with VB.NET.
> Dim person As CDO.Person
> Dim mailbox As CDOEXM.IMailboxStore
> person = New CDO.Person
> person.DataSource.Open("...")
> mailbox = person
> mailbox.CreateMailbox("...")
> It is failing on person = New CDO.Person. It gives me the following
> error:
> System.Runtime.InteropServices.COMException: COM object with CLSID
>
>
> {CD000107-8B95-11D1-82DB-00C04FB1625D} is either not valid or not
> registered.
>
> The Exchange System Manager is installed on this Domain Controller and
> I have manually copied cdo.dll, cdoexm.dll and cdoex.tlb to
> c:\windows\system32. I regsitered cdo.dll manually, but cdoexm.dll
> failed to register every time I tried.
> Does anyone have any suggestions? Thanks!
>
- Next message: cbenien_at_hotmail.com: "Re: Magic Instantiation! Most Annoying! :-("
- Previous message: Richard Blewett [DevelopMentor]: "Re: Magic Instantiation! Most Annoying! :-("
- In reply to: Jason: "CDO.Person problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|