Im trying to write an IronPython app that uses a COM object interface. I manage to import it using clr.AddReference
, and manage also to call some of the functions, create objects, etc.
However at a certain point when trying to call a function I get :
StandardError: Error while invoking GetK300RZ.
(GetK300RZ being the function name.)
Why is this happening to me? What does this error mean exactly? could this be related to the 'embed interop types' option?
I would greatly appriciate any insight as to how to get around this problem...
Thanks