This is the answer to the second part of your question. Try to make the COM DLL visible.
using
[ComVisible(true)]
Ok IronPython is a .net implementation of the Python language. Technology will use DLR.net 4.0 when it arrives, so IronPython will have more dynamism (this word). (In English, if you are a Python guru, you will feel at home when using IronPython)
So, you can choose IronPython, if you do, you can skip the visible part of COM. Since both (C #, Iron Python) are under .Net
http://ironpython.net/
Visit here the C # DLL example that is visible for COM
Vivek Bernard Jan 16 '10 at 15:40 2010-01-16 15:40
source share