I\'m working on a product that exposes some .NET API through COM interop. As a part of the build we generate *.tlb files for all such assemblies and deliver them as a part o
I was facing an issue while registering the .Net dll which was using in COM component as .tlb references.
So you do not need to registering .Net dll (.tlb project).
I hope it will work.