Hi,
I have a registered com server (it is a python class) which works perfectly fine in vb6. However using it in vb.net does not work.
COM Initialization Error CoInitialize() fails with error: Cannot change thread mode after it is set.
How can I use com servers from vb.net?
(note that this is no a dll and I can't set a reference to it. I use latebinding)
