Re: [Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Muyal,Tsahi
check for certain interfaces ourselves. From: ironpython-users-bounces+dinov=microsoft@python.org [mailto:ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of Muyal,Tsahi Sent: Tuesday, October 11, 2011 9:13 AM To: ironpython-users@python.org Subject: [Ironpython-users] .NET

Re: [Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Dino Viehland
v=microsoft@python.org [mailto:ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of Muyal,Tsahi Sent: Tuesday, October 11, 2011 9:13 AM To: ironpython-users@python.org Subject: [Ironpython-users] .NET Remoting and Interface based objects Hi, I am trying to call our .NET servic

Re: [Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Muyal,Tsahi
terfaces ourselves. From: ironpython-users-bounces+dinov=microsoft@python.org [mailto:ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of Muyal,Tsahi Sent: Tuesday, October 11, 2011 9:13 AM To: ironpython-users@python.org Subject: [Ironpython-users] .NET Remoting and Interface

Re: [Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Dino Viehland
w/ the objects when we need to check for certain interfaces ourselves. From: ironpython-users-bounces+dinov=microsoft@python.org [mailto:ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of Muyal,Tsahi Sent: Tuesday, October 11, 2011 9:13 AM To: ironpython-users@python.org S

Re: [Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Dino Viehland
python.org Subject: [Ironpython-users] .NET Remoting and Interface based objects 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 o

[Ironpython-users] .NET Remoting and Interface based objects

2011-10-11 Thread Muyal,Tsahi
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 "