Making .NET assembly COM-visible and working for VB5
- by Cyberherbalist
I have an assembly which I have managed to make visible to VB6 and it works, but having a problem accomplishing the same thing with VB5.
For VB6, I have built the assembly, made it COM-visible, registered it as a COM object etc., and the assembly shows in VB6's References list, and allows me to use it successfully. The Object Browser also shows…