Reference to CDODataProvider

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I am trying to import vb sample InboxViewer2 from VB6 to VB.NET.
Wizard generates log with this error:
"Could not load referenced component: CDODataProvider.tlb (CDODataProvider
0.1.0) You need to install this component before you upgrade the project.It
is recommended you install VB6.0, with all referenced components, and ensure
the application compiles and runs before upgrading."

I have tried to install VB6, but problem remains.
Even when I open this project vrom VB6, and I open "Reference..." dialog,
there is line:
"MISSING: CDODataProvider"

Where can I to find and install this component,
or other way to solve this problem ?

Thanks !
Peter
 
I don't know what library that's supposed to be. Outlook clients may have
CDO 1.21 installed and, on Windows 2000 or 2003, CDO for Windows. Those
appear in the available references as MAPI and CDO respectively.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I am not visual basic programmer,
if You try to load visual basic projects in .NET 2003 samples:
\MVS2003Directory\SDK\v1.1\Samples\Technologies\Interop\Applications\CDO\Inb
oxViewer2
You can see marked this library in "References..." dialog.
I don't know nothing about this library, but I need it for running this
sample.
Peter
 
From the Readme.htm file in
\MVS2003Directory\SDK\v1.1\Samples\Technologies\Interop\Applications\CDO\:

"This sample requires Microsoft Windows 2000 or above, Collaborative Data
Objects (CDO) 1.2.1 and a Microsoft Exchange profile to function properly.
CDO is installed with Microsoft Outlook 2000 by selecting the Custom
Installation feature. Select CDO to run from your system."

On the other hand, the KB article at
http://support.microsoft.com/?kbid=813349 says, "CDO 1.2x and MAPI are not
supported in a .NET Framework environment." People use it, though.

Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top