How Does a COM Program Locate a .NET DLL Registered for COM Interop?
- by Eric J.
One customer wants to consume our .NET DLLs from VB6. They are designed to support reverse interop and all works fine... except: There are two separate VB6 programs in two different directories. It seems it's necessary to do one of:
Copy the .NET DLL into both directories, or
Install the .NET DLL in the GAC
This is the customer's observation…