Can't register tlb on other computer

684 Views Asked by At

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.

1

There are 1 best solutions below

0
Trigger On

RegAsm requires admin permissions. Export as a reg file, search for HKCR and replace hkcu\software\classes and merge. This allows per user install.

If on 64 bit make sure you are using 32 bit components and programs.