[Ironpython-users] SerializationException from IronPython.Runtime.Types.PythonType

2012-01-12 Thread Alan Macdonald
Hello, I am experiencing an exception when tracing and would appreciate some guidance. I am hosting IronPython 2.7.1 in a .Net 4 C# host. The host creates a new app domain to run IronPython scripts in. At the moment due to some security exceptions I've given the new app domain unrestricted perm

[Ironpython-users] IronPython, Daily Digest 1/11/2012

2012-01-12 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] System.Collections.Generic.HashSet Missing 2. [New comment] System.Collections.Generic.HashSet Missing 3. [New comment] System.Collections.Generic.HashSet Missing 4. [Status up

Re: [Ironpython-users] SerializationException from IronPython.Runtime.Types.PythonType

2012-01-12 Thread Dino Viehland
Are you creating the tracing delegate in the remote app domain? You should be able to create a class which derives from MarshalByRefObject and then create an instance of that object in the remote domain. You can then call a method on that MBRO which does the ScriptEngine.SetTrace() call (you c