Hi guys,
I got a problem about interop.adodb.dll and adodb.dll. In my company's
project, we use .net web service and com+ component and web service calls
com+ componet. when I compiled web services which need to reference to com+
component, the system copy adodb.dll to bin folder of web services.
everything for the build is ok. but it didn't work well when I install it in
the windows 2003 which installs mdac 2.8(ado 2.8). in my project, we use
adodb.recordset to get data from com+ component in web service side. when I
install it in windows xp and windows 2000 server, it doesn't have this
problem. I think it is because the web service doesn't use
interop.adodb.dll. But I am not sure. Do I need to setup something in order
to use interop.adodb.dll instead of adodb.dll. Could anybody give me answer?
thanks in advance.
va_acharya - 15 Sep 2005 08:12 GMT
HI
you just set the property of the adoddb reference, "copy local" to tru
and
then try i think it should work.
to change the property
Project Solution-->References-->select Adodb.dll-->right click o
it-->select property option-->Copy Local
Cheers!!
visha
--
va_achary
Iter - 15 Sep 2005 20:48 GMT
Hi,
It doesn't work. It just copy adodb.dll instead of interop.adodb.dll. for
adodb.dll, it doesn't work in windows 2003 server, only interop.adodb.dll
works in wondows 2003 server. I just want to know how to get
interop.adodb.dll in stead of adodb.dll. what I use ado version is 2.7.
> HI
>
[quoted text clipped - 8 lines]
> Cheers!!
> vishal