For Exchange SDK you can download a sample event sink written in
VB.NET.
This solution, HHContactsEventSink2, written by Quadrus, has a
reference to
ADODB (all capital letters). The reference properties show a path
like:
C:\WINNT\assembly\GAC\ADODB\7.0.3300.0_....
I built a C# project that references adodb. I used the Add Reference
dialog box. The properties for that reference show this path:
C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll.
If I look at the GAC, I do have ADODB in there, but of course I cannot
reference
it directly. Can anyone explain what is going on here. Do I need to
add something in my registry if I want the path for ADODB to point to
the GAC?
Thanks
Tom McMillan