Turn a simple C# DLL into a COM interop component
This is the answer I wanted to find in StackOverflow but couldn’t. It turns out to be fairly easy to turn a simple C# dll into a COM dll. To create the C# dll Create a solution with a C# class project. The class should have an interface for the properties/methods and an interface for … Read more