How to register the .NET assembly for COM interop if Visual Studio .NET or any other .Net framework is not installed
Visual Studio .NET in general generates both .dll and .tlb files when the solution is built for creating an assembly. But if we are using Express edition, the .tlb file is not generated automatically, we need to explicitly create it. This tip shows how to achieve the above objective by following the steps given below: […]