well... you need to first create an interop library for ADODB (I think it is
msado15.dll).
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grftypelibraryimportertlbimpexe.asp
Doing so, you are creating assemblies that can be "understood" by .NET. They
are mere wrappers that call into the actual COM component.
Second, copy this assembly in your bin folder of Web app. You don't need the
@Assembly directive in that case. Hope that works.

Signature
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
Forgot... MS ships adodb primary interops, check in the folder:
c:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll

Signature
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
> well... you need to first create an interop library for ADODB (I think it is
> msado15.dll).
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grftypelibraryimportertlbimpexe.asp
> Doing so, you are creating assemblies that can be "understood" by .NET. They
> are mere wrappers that call into the actual COM component.
[quoted text clipped - 42 lines]
> > >>
> > >> Adam
Adam Short - 23 Mar 2005 18:37 GMT
Excellent, found it ADOVB.DLL.
> Forgot... MS ships adodb primary interops, check in the folder:
>
[quoted text clipped - 57 lines]
>> > >>
>> > >> Adam