I would like to create a usercontrol in VS2015 RC (VB.NET) and use it in VB6.
Most articles talking about such a scenario are pretty aged.
I have just tried the following:
In VS2015 RC (Visual Basic.NET), I have created a new usercontrol and set its property to "COM visible" and compiled a x86 version of it.
However, I could not use the resulting DLL in VB6, the error was "The file can't be referenced".
I can reference the .tlb but I think that does not help me, or does it?
Can anybody lend a helping hand here?
Thank you.