This article describes how to add ProgIds to a C# App an expose it as a COM dll.
The key feture was this line.
[GuidAttribute("1F2A0E29-1934-4E2F-8E25-89467D68F3A9"), ProgId("Leszynski.InSpireAddin")]
The article also includes registration details.
Random outpourings of a software developer
This article describes how to add ProgIds to a C# App an expose it as a COM dll.
The key feture was this line.
[GuidAttribute("1F2A0E29-1934-4E2F-8E25-89467D68F3A9"), ProgId("Leszynski.InSpireAddin")]
The article also includes registration details.