I got a similar problem when I used Iron Python with Windows Workflow, because any API that accepts a System.Type argument when it is used with Iron Python fails,<br><br><div><span class="gmail_quote">On 6/14/06, <b class="gmail_sendername">
Ralph Soons</b> &lt;<a href="mailto:ralph.soons.asml@hotmail.com">ralph.soons.asml@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I am trying to call an function on a server via remoting, using IronPython.<br>First I created a c# server/client to test everything.<br><br>In the C# client I have the following code:<br>RemotingConfiguration.Configure
(&quot;executablename.exe.config&quot;, false);<br>RemoteObject object = new RemoteObject();<br>I can now reach my remote object from the client.<br><br>There after I used IronPython to do the same in python:<br>System.Runtime.Remoting.RemotingConfiguration.Configure
(&quot;IronPythonTest.exe.config&quot;,<br>0)<br>s = NameSpace.RemoteObject()<br>I now get the following error:<br>Cannot load type 'clr:IronPython.Runtime.IDynamicObject, IronPython<br><br>I also tried:<br>s = System.Activator.GetObject
( System.Type.GetType(NameSpace.RemoteObject),<br>&quot;<a href="http://localhost:9000/mytest">http://localhost:9000/mytest</a>&quot; )<br>I then get this error:<br>#&nbsp;&nbsp;File , line 0, in GetObject##10<br>#&nbsp;&nbsp;File mscorlib, line unknown, in GetObject
<br>#SystemError: Trying to create a proxy to an unbound type.<br><br>Can someone tell me if its possible to use remoting from IronPython or does<br>any one has an idea what I am doing wrong?<br><br>Many thanks!<br>Ralph Soons
<br><br>_________________________________________________________________<br>Play online games with your friends with MSN Messenger<br><a href="http://www.join.msn.com/messenger/overview">http://www.join.msn.com/messenger/overview
</a><br><br>_______________________________________________<br>users mailing list<br><a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a><br><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br></blockquote></div><br><br clear="all"><br>-- <br>=-=-=-=-=-=-=-=-=-=-=-=<br>Mohammed Hossam Eldin<br><a href="mailto:bashmohandes@gmail.com">bashmohandes@gmail.com
</a><br>mobile: +2012 3818978<br><a href="http://www.SilverKey.us">www.SilverKey.us</a><br>--------------------------------------------------------<br>Technical Blogs<br><a href="http://www.Bashmohandes.com">http://www.Bashmohandes.com
</a><br>--------------------------------------------------------<br>Personal Blogs<br><a href="http://spaces.msn.com/bashmohandes">http://spaces.msn.com/bashmohandes</a><br>=-=-=-=-=-=-=-=-=-=-=-=-=