Re: [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-04-12 Thread Dino Viehland
Is not marked as Serializable Exception Hi Dino, Is there any update on this. Should you need more details let me know. thanks, Mustaq On Wed, Apr 7, 2010 at 10:40 AM, mohammad mustaq mustaq2...@gmail.commailto:mustaq2...@gmail.com wrote: Hi Dino, If have tweaked your code to reproduce the exception

Re: [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-04-10 Thread mohammad mustaq
:* Monday, March 29, 2010 8:13 PM *To:* users@lists.ironpython.com *Subject:* [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception Hi, I have IronPython embedded in my C# application. I face issues while creating the python engine in a different appdomain

[IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-04-06 Thread mohammad mustaq
Hi Dino, If have tweaked your code to reproduce the exception that I am facing. Let me know if you need more details. thanks, Mustaq using System; using Microsoft.Scripting; using IronPython.Hosting; using Microsoft.Scripting.Hosting; class Foo { public static void Main(string[] args)

Re: [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-04-06 Thread mohammad mustaq
...@lists.ironpython.com] *On Behalf Of *mohammad mustaq *Sent:* Monday, March 29, 2010 8:13 PM *To:* users@lists.ironpython.com *Subject:* [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception Hi, I have IronPython embedded in my C# application. I face issues

Re: [IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-03-30 Thread Dino Viehland
] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception Hi, I have IronPython embedded in my C# application. I face issues while creating the python engine in a different appdomain. It is imposed that every class in IronPython inherit the .NET base class say ClassA. ClassA is derived from

[IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-03-29 Thread mohammad mustaq
Hi, I have IronPython embedded in my C# application. I face issues while creating the python engine in a different appdomain. It is imposed that every class in IronPython inherit the .NET base class say ClassA. ClassA is derived from MarshalByRefObj as I need to pass an instance of this class to