Type Library Exporter (Tlbexp.exe)
look for this.
>I have a need to create a dotnet class assembly that will be registered as
>a COM object and called by an ASP page. I've been searching the web, but
[quoted text clipped - 4 lines]
>
> Wayne
Wayne Sepega - 10 Apr 2006 12:02 GMT
That helped greatly, wound up just using RegAsm DLL /RegFile:DLL.reg
apparently /tlb:dll.tlb doens't register the assembly like the help says it
does.
> Type Library Exporter (Tlbexp.exe)
>
[quoted text clipped - 8 lines]
>>
>> Wayne