Registration the TLB of .NET-COM-Assemblies (Interop)

G

Guest

I must register and unregister the TLB-File of a .NET-COM-Assemblies
(Interop).

To do that I can not use whether the Microsoft-Tool REGASM.EXE nor
Windows-Installer. I can use only WIN32-API or .NET-class-library.
With RegistrationService of .NET is only the standard-COM-registration
possible.

Does someone know another way to register and unregister the TLBs, maybe by
directly using of the WIN32-API?

Thanks in advance.
 
M

Mattias Sjögren

Does someone know another way to register and unregister the TLBs, maybe by
directly using of the WIN32-API?

Sounds like you're looking for the RegisterTypeLib function.


Mattias
 

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

Top