I have a proprietary .NET DLL which I would like to use in a COM client.
Currently when I use regasm it says: warning RA0000 : No types were registered
Since I don't have the source code I can't set the classes to ComVisible or whatever else is required.
How can I easily make this DLL visible to COM?