Are *.tlb files ever used at runtime?

前端 未结 2 1600
半阙折子戏
半阙折子戏 2020-12-09 07:56

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

2条回答
  •  独厮守ぢ
    2020-12-09 08:24

    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.

提交回复
热议问题