I have a DLL
in C#
that is used in VB6
applications, however whenever this DLL
is referenced in the project, intellisense
is buggy.
See below the difference in the first image without reference to DLL
( intellisense
normal), in the second intellisense
bugado (after DLL
be referenced).
Image 1: intellisense
normal:
Image2:intellisense
BUGADOafterreferencingaDLL
C#
:(thisbluerangeend-to-endbelowf
)
Any hint of why only this DLL
causes this behavior in intellisense
VB6
?