3
I have a DLL
in C#
which is used in applications VB6
, but whenever it DLL
is referred to in the intellisense
gets bored.
See below the difference in first image without reference to DLL
(intellisense
normal), in the second intellisense
bugle (after the DLL
be referenced).
Image 1: intellisense
normal:
Image 2: intellisense
BUGLE after referencing a DLL
C#
: (this blue band from end to end below the f
)
Any hint as to why only this DLL
cause this behavior in the intellisense
VB6
?
This happens when referencing other Dlls (written in C#)?
– stderr
No, just one specific.
– rubStackOverflow
Which version of VS do you use?
– stderr
VS 2012 and Visual Basic 6 SP6
– rubStackOverflow
Have you tried update the cache? if it doesn’t work, try some of these suggestions, one will work. =)
– stderr
The problem is in the
intellisense
VB6, thinks it will solve if you do this in VS 2012 and recompile theDLL
?– rubStackOverflow
I think it’s worth a try. You’ve tried using this DLL in other projects?
– stderr
Yes, I have tried in other projects, always Leave the Intellisense.
– rubStackOverflow