I could create a dll from vb.net visual studio 2012 and using options, register for COM interop, this has generated me a .tlb file, the same been able to reference it from a project in vb6 and use its features, all this is happening in my pc.
But from another pc it does not work, I get the following error.
Run -Time 429: ActiveX component can't create object
I tried some methods but nothing works for me.
RegAsm requires admin permissions. Export as a reg file, search for
HKCRand replacehkcu\software\classesand merge. This allows per user install.If on 64 bit make sure you are using 32 bit components and programs.