IronPython 1.0.2357 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>>execfile("RemotingCall2.py") Attempted to call a method declared on type 'IronPython.Runtime.IDynamicObject' on an object which exposes 'RemotingServerClient.ServerTalk'. Server stack trace: at System.Runtime.Remoting.Messaging.StackBuilderSink.VerifyIsOkToCallMethod(Object server, IMethodMessage msg) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at IronPython.Runtime.IDynamicObject.GetDynamicType() at IronPython.Runtime.Ops.GetDynamicType(Object o) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Ops.cs:line 562 at IronPython.Runtime.PythonType.InvokeInit(Object inst, Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\PythonType.cs:line 440 at IronPython.Runtime.ReflectedType.Call(ICallerContext context, Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedType.cs:line 965 at IronPython.Runtime.Ops.CallWithContext(ICallerContext context, Object func, Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Ops.cs:line 1242 at IronPython.Runtime.Ops.CallWithContext(ICallerContext context, Object func) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Ops.Generated.cs:line 118 at RemotingCall2.py##4(Frame ) at IronPython.Runtime.FrameCodeDelegate.Invoke(Frame frame) at IronPython.Runtime.FrameCode.Run(Frame frame) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Frame.cs:line 195 at IronPython.Modules.Builtin.ExecFile(ICallerContext context, Object filename, Object globals, Object locals) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Modules\Builtin.cs:li ne 361 at IronPython.Modules.Builtin.ExecFile(ICallerContext context, Object filename) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Modules\Builtin.cs:line 321 at ExecFile##1(Object , Object ) at IronPython.Runtime.CallTarget2.Invoke(Object arg0, Object arg1) at IronPython.Runtime.OptimizedFunctionAny.Call(Object arg0, Object arg1) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\BuiltinFunction.Generated.cs:line 521 at IronPython.Runtime.OptimizedFunctionAny.Call(Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\BuiltinFunction.Generated.cs:line 560 at IronPython.Runtime.ReflectedMethodBase.TryOptimizedCall(Object[] args, Object& ret) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedMethod.cs:line 173 at IronPython.Runtime.ReflectedMethodBase.TryCallWorker(Object[] args, Object& ret) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedMethod.cs:line 557 at IronPython.Runtime.ReflectedMethodBase.Call(Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedMethod.cs:line 120 at IronPython.Runtime.ReflectedMethodBase.Call(ICallerContext context, Object[] args) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedMethod.cs:line 134 at IronPython.Runtime.ReflectedMethodBase.Call(ICallerContext context, Object arg0) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\ReflectedMethod.Generated.cs:line 38 at IronPython.Runtime.Ops.CallWithContext(ICallerContext context, Object func, Object arg0) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Ops.Generated.cs:line 123 at ##0(Frame ) at IronPython.Runtime.FrameCodeDelegate.Invoke(Frame frame) at IronPython.Runtime.FrameCode.Run(Frame frame) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Runtime\Frame.cs:line 195 at IronPython.Hosting.PythonEngine.DoOneInteractive(Frame topFrame) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Hosting\PythonEngine.cs:line 441 at IronPython.Hosting.PythonEngine.b__3(Boolean& continueInteractionArgument) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Hosting\PythonEngine.cs:line 205 at IronPython.Hosting.PythonEngine.TryInteractiveAction(InteractiveAction interactiveAction, Boolean& continueInteraction) in C:\Documents and Settings\rsoons\My Documents\Visual Studio 2005\IronPython\IronPython-1.0-Beta7\Src\IronPython\Hosting\P ythonEngine.cs:line 167 SystemError: Attempted to call a method declared on type 'IronPython.Runtime.IDynamicObject' on an object which exposes 'RemotingServerClient.ServerTalk'. >>>