views:

30

answers:

2

Error referencing vs2005 c# file(.tlb extension) in vb6 application.

error message: Can't create activeX object

Pls, need some help urgently

A: 

You need to make your app callable by COM

Jeremy
A: 

If you did not compile the c# library yourself on the same computer, you will need to register it with regtlib.

In my experience if it does not show up in the Project|Reference Dialog by itself, don't bother adding it manually. Something went wrong before and it won't help to add it manually.

dummy