ADO library corruption

  • Thread starter Devesh Aggarwal
  • Start date
D

Devesh Aggarwal

Is there any way to find out whether the ADO.Net library installed on the
Deployment PC is working fine. I am developing a workflow application using
Exchange server. I have defined some custom properties to folder in exchange
WSS. I am able to access them using exchange explorer. But when i try to
access the same value using ADO.net functions (e.g. WorkflowSession.Fields)
it returns no value. The same functions are working fine on the developemnt
PC.

I feel the ADO.net library is not working properly. Is there a way to find
out?

Devesh Aggarwal
 
N

Naveen Kumar Soni

Hi devesh
check for ADO Library version on your exchnage PC.
it should be ADO 2.7
 
D

Devesh Aggarwal

Hi,
MDAC 2.7 is already installed on machine.
i tried
workflowsession.addaudittrial workflowsession.fields.count
command.

this basically send the message to event viewer. this
gives a error message as Error No:8002801d. Description:
i searched this error on google. the outcome was library
not registered.

thz.
 
S

Siegfried Weber [MVP]

I believe your problem is a result of the fact that there is no ADO.NET
provider to access Exchange. There is an Exchagne OLEDB provider which works
only with classic ADO and the Internet Publishing Provider (MSDAIPP.DSO)
which also is only with classic ADO supported.

--
<Cheers:Siegfried runat="server" />

Development Lead,

CDOLive LLC - The Microsoft Messaging and Collaboration Application Experts
http://www.cdolive.com

This information is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2003 CDOLive LLC. All rights reserved.
Sample code subject to http://www.cdolive.com/disclaim.htm
 
D

Devesh Aggarwal

I made a mistake in my earlier message. It is not ADO.Net but ADODB function

Devesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top