all groups > dotnet interop > september 2005 >
You're in the

dotnet interop

group:

How to setup machine to use interop.adodb.dll in order to acess CO



How to setup machine to use interop.adodb.dll in order to acess CO Iter
9/14/2005 2:54:04 PM
dotnet interop: 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.
Re: How to setup machine to use interop.adodb.dll in order to acess CO va_acharya
9/15/2005 2:12:38 AM

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
-----------------------------------------------------------------------
va_acharya's Profile: http://www.msusenet.com/member.php?userid=509
View this thread: http://www.msusenet.com/t-187105745
Re: How to setup machine to use interop.adodb.dll in order to aces Iter
9/15/2005 12:48:03 PM
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.


[quoted text, click to view]
AddThis Social Bookmark Button