Why is .tlb installed ?

  • Thread starter Thread starter Ian Semmel
  • Start date Start date
I

Ian Semmel

I have an install project which installs two .exes and a number of
..dlls, which are libraries of the solution.



With one of the libraries, a .tlb is installed along with the .dll. Why
is this so ?
 
Hi,

It contains info to register your classes with COM.

In this way you can use your .NET classes from environments like VB6
I have an install project which installs two .exes and a number of ..dlls, which are libraries of the solution.



With one of the libraries, a .tlb is installed along with the .dll. Why is this so ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top