How can I install ADODB Version 7.0.3300.0 Into GAC ?

  • Thread starter Diego Armando Maradona
  • Start date
D

Diego Armando Maradona

My application is being installed via clickonce in our network, some clients
can install but some are catching below error,

This application cannot be installed or run, This application needs ADODB
version 7.0.3300.0 compilation installed in GAC.

( The real error text is not in english, so I convert but might not be the
same :) )

Thanks.
 
R

Roger Frost

Diego Armando Maradona said:
My application is being installed via clickonce in our network, some
clients can install but some are catching below error,

This application cannot be installed or run, This application needs ADODB
version 7.0.3300.0 compilation installed in GAC.

( The real error text is not in english, so I convert but might not be the
same :) )

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.
 
D

Diego Armando Maradona

ok now, worked, thanks a lot..


Roger Frost said:
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.
 

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

Top