Deploying adodb.dll PIA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an official way of deploying adodb.dll (the PIA for ADO)? It is not
enought to just put it in the program directory as I need to install it in
the GAC.

VS.net puts it in "C:\Program Files\Microsoft.NET\Primary Interop Assemblies".

Thanks,

Jonathan
 
¤ Is there an official way of deploying adodb.dll (the PIA for ADO)? It is not
¤ enought to just put it in the program directory as I need to install it in
¤ the GAC.
¤
¤ VS.net puts it in "C:\Program Files\Microsoft.NET\Primary Interop Assemblies".
¤

I believe the recommended method is to install any of the Office PIA in the GAC (mostly likely
because these assemblies are shared), but you can also install them in the same folder as your app.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Thanks. It seems odd having to install an update for Office when Office is
not even installed!
 

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

Back
Top