I have an ActiveX DLL project which is referenced by a standard project in VB.
When I need to debug the DLL project, I add the DLL project to the client project but it doesn't automatically switch reference to the DLL project from the compiled DLL locallly on my machine.
My ActiveX DLL does maintain binary compatibility correctly and I can manually switch references OK. However it is a pain since all my other DLL projects can be added to my client project fine (without having to manually switch references).
Does anybody have a clue?
