Has anybody any experience with calling a
VB.NET Class Library from a VB6 COM application? In the Wrox "Prof
VB.NET" book they talk about having to register my .NET lib for use by COM by using "Regasm". But since I am going to run this in the COM world I don't have RegAsm on my Target Machine. I have tried everything, but the closest I get is to make a Setup of my .NET lib that registers my lib as a COM object. But when I run my COM application (after clean compile) and get to the code where I want to create my .NET class I get "ActiveX cannot create object". I know this has to do with registering etc. But how can I register my library if I don't have RegAsm and if my Setup doesn't do it (even if I have set Primary Output in my Setup Project to be registered as "vsdrpCOM")
This is driving me nuts - I had the impression it was possible to mix VB6 and
VB.NET. But it won't work.
Please help!