Ask a Question related to ASP.NET General, Design and Development.
-
Devesh Aggarwal #1
ADO library corruption
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
Devesh Aggarwal Guest
-
http, library loaded, httpS library can't be found
I'm trying to get Verisign's Payflow Pro setup and going. I thought I had everything working, but when I went in through the SSL, httpS://, it... -
Cannot instantiate .NET Class Library to expose webservice client library
Now that I have got the mickey mouse .NET interop problem sorted (exposing ..NET library to ASP/VB6), I want to demo the real problem I am having. ... -
Calling a Managed C++ library which uses a load library function from a WS
Good Day! Im trying to call a managed c++ library from a web service using c# but when i go trough the code the was'nt able to load the library.... -
~/Library/ vs ~/System/Library vs /User/Library/
In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home... -
[XFree86] system can't find library ( strange library behaviour )
Hi Mark, No I hadn't tried ldconfig, but it sorted out the problem, thanks! I'd read a little bit about libraries a while ago, but could not... -
Naveen Kumar Soni #2
ADO library corruption
Hi devesh
check for ADO Library version on your exchnage PC.
it should be ADO 2.7
installed on the>-----Original Message-----
>Is there any way to find out whether the ADO.Net libraryapplication using>Deployment PC is working fine. I am developing a workflowfolder in exchange>Exchange server. I have defined some custom properties toBut when i try to>WSS. I am able to access them using exchange explorer.WorkflowSession.Fields)>access the same value using ADO.net functions (e.g.on the developemnt>it returns no value. The same functions are working finethere a way to find>PC.
>
>I feel the ADO.net library is not working properly. Is>out?
>
>Devesh Aggarwal
>
>
>.
>Naveen Kumar Soni Guest
-
Devesh Aggarwal #3
ADO library corruption
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.library>-----Original Message-----
>Hi devesh
>check for ADO Library version on your exchnage PC.
>it should be ADO 2.7
>>>-----Original Message-----
>>Is there any way to find out whether the ADO.Networkflow>installed on the>>Deployment PC is working fine. I am developing ato>application using>>Exchange server. I have defined some custom propertiesfine>folder in exchange>But when i try to>>WSS. I am able to access them using exchange explorer.>WorkflowSession.Fields)>>access the same value using ADO.net functions (e.g.>>it returns no value. The same functions are working>on the developemnt>there a way to find>>PC.
>>
>>I feel the ADO.net library is not working properly. Is>.>>out?
>>
>>Devesh Aggarwal
>>
>>
>>.
>>
>Devesh Aggarwal Guest
-
Siegfried Weber [MVP] #4
Re: ADO library corruption
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
[url]http://www.cdolive.com[/url]
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 [url]http://www.cdolive.com/disclaim.htm[/url]
"Devesh Aggarwal" <solutions@unieme.com> wrote in message:using>
> 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 applicationexchange> Exchange server. I have defined some custom properties to folder inWorkflowSession.Fields)> 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.developemnt> it returns no value. The same functions are working fine on the> PC.
>
> I feel the ADO.net library is not working properly. Is there a way to find
> out?
>
> Devesh AggarwalSiegfried Weber [MVP] Guest
-
Devesh Aggarwal #5
Re: ADO library corruption
I made a mistake in my earlier message. It is not ADO.Net but ADODB function
Devesh
"Siegfried Weber [MVP]" <info@cdolive.com> wrote in message
news:#p3PvS3RDHA.2228@tk2msftngp13.phx.gbl...works> 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 whichExperts> 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 Applicationthe> [url]http://www.cdolive.com[/url]
>
> 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 [url]http://www.cdolive.com/disclaim.htm[/url]
>
> "Devesh Aggarwal" <solutions@unieme.com> wrote in message:> >
> > Is there any way to find out whether the ADO.Net library installed onfind> using> > Deployment PC is working fine. I am developing a workflow application> exchange> > Exchange server. I have defined some custom properties to folder in> WorkflowSession.Fields)> > 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.> developemnt> > it returns no value. The same functions are working fine on the> > PC.
> >
> > I feel the ADO.net library is not working properly. Is there a way to>> > out?
> >
> > Devesh Aggarwal
Devesh Aggarwal Guest



Reply With Quote

