Hi, I am trying to call our .NET service via remoting using IronPython
I have the transparent proxy object but I don't know how to cast it to the interfaces (that are implemented by the server side object) I tried IServerInterface.SomeMethod(transparent-proxy-object) but it is failing with "expected IServerInterface, got MarshalByRefObject" How can I cast it to an interface? I am using 2.7 Thanks in advance, Tsahi Muyal
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users