Re: [IronPython] Getting type error when calling a .NET DLL interface.

2009-05-05 Thread Max Barry
Curt, Thanks for the great explanation. Max ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Getting type error when calling a .NET DLL interface.

2009-05-04 Thread Max Barry
Thanks Dave that seemed to work. Can you tell me why this is the case? I ran the code in python for .NET and it work correctly. I would expect to have implemented the interface in this way in order to use it. Thanks, Max ___ Users mailing list Users@list

[IronPython] Getting type error when calling a .NET DLL interface.

2009-05-04 Thread Max Barry
Hi all, I am trying to call an interface from DLL created in .Net to work with a IronPython script and am getting the following error when I run the code: TypeError: Cannot create instances of IDSSCatalog The trace is below: Traceback (most recent call last): File ".\Tutorial\ShiftI