Bug Intellisense VB6 (Visual Basic 6) when referencing DLL C#

Asked

Viewed 138 times

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:

intellisense normal

Image 2: intellisense BUGLE after referencing a DLL C#: (this blue band from end to end below the f) inserir a descrição da imagem aqui

Any hint as to why only this DLL cause this behavior in the intellisense VB6?

  • 1

    This happens when referencing other Dlls (written in C#)?

  • No, just one specific.

  • 1

    Which version of VS do you use?

  • VS 2012 and Visual Basic 6 SP6

  • Have you tried update the cache? if it doesn’t work, try some of these suggestions, one will work. =)

  • The problem is in the intellisense VB6, thinks it will solve if you do this in VS 2012 and recompile the DLL?

  • I think it’s worth a try. You’ve tried using this DLL in other projects?

  • Yes, I have tried in other projects, always Leave the Intellisense.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.