Easiest way to make .NET DLL visible to COM?

I have my own DLL .NETthat I would like to use in the client COM.

Currently, when I use regasm, it says:warning RA0000 : No types were registered

Since I do not have the source code, I cannot set the classes in ComVisibleor anything else.

How can I easily make this dll visible to COM?

+1
source share

All Articles