How to install .NET wrapper for old ADODB dll?

  • Thread starter Thread starter Norbert Pürringer
  • Start date Start date
N

Norbert Pürringer

Hello,

does anyone know how to get a .NET wrapper assembly for old ADODB? In
C:\Windows\assemby I do not have the assembly ADODB version
7.0.3300.0. So I have to install the assembly explicitely. Any ideas?

Thanks in advance,
Norbert
 
Go to:

C:\Program Files\Microsoft.NET\Primary Interop Assemblies

You will find "adodb.dll".

If you want to add it into GAC, simply drag it into GAC.
 
Back
Top