I have a situation where a third party application loads a collection of VB6 Active X DLL extensions. The only constraint for these extensions is that they contain a set of predefined IDispatch functions.
Would it be possible to implement a COM visible .NET DLL that could be used interchangeably in place of the Active X DLL, or is there a fundamental difference between Active X DLLs and .NET visible COM DLLs that would prevent this?