How to add a vs2005 .tlb reference to a vb6 app
Error referencing 开发者_如何学编程vs2005 c# file(.tlb extension) in vb6 application.
error message: Can't create activeX object
You need to make your app callable by COM
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.
精彩评论