> My application is being installed via clickonce in our network, some
> clients can install but some are catching below error,
[quoted text clipped - 6 lines]
>
> Thanks.
This _should_ work:
In the solution explorer go to ProjectName > References then view properties
for "adodb" and set Copy Local to True. This will cause it to be installed
with your application. I guess some of your network computers already have
ADODB installed, and others don't.

Signature
Roger Frost
"Logic Is Syntax Independent"
Diego Armando Maradona - 19 Mar 2008 13:56 GMT
ok now, worked, thanks a lot..
>> My application is being installed via clickonce in our network, some
>> clients can install but some are catching below error,
[quoted text clipped - 13 lines]
> be installed with your application. I guess some of your network
> computers already have ADODB installed, and others don't.
RobinS - 19 Mar 2008 16:54 GMT
Hey, you said you weren't using ADODB when I asked you over in the ClickOnce
forum. If that is true, maybe you can remove the reference altogether.
RobinS.
GoldMail.com
> ok now, worked, thanks a lot..
>
[quoted text clipped - 15 lines]
>> be installed with your application. I guess some of your network
>> computers already have ADODB installed, and others don't.