I have a .NET assembly which I have exposed to COM via a tlb file, and an installer which registers the tlb. I have manually checked that the installer works correctly and t
Using tlbimp.exe you can generate an assembly from your COM component that can be used in .NET code