[IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Tim Riley
Disclaimer: I'm fairly new to C# and .NET in general.Using IronPython 0.9.2. on .NET 2.0.50.215.44 w/ SharpDevelop 2.0.0 build 408I've been trying to use a modified version of the supplied Embed4.cs example to run from within AutoCAD (just to see if I can get it to work). It compiles fine but when

[IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Brian Tyler
I ran into the same problem using our product (LabVIEW) but the fix is fairly simple - go into AssemblyGen.cs of the IronPython assembly and delete the last parameter (domain.Evidence) of the two DefineDynamicAssembly() methods. The problem comes up when you try to host the IronPython engine insid

Re: [IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Tim Riley
Brian:That worked great. Thank you very much.Tim RileyOn 10/3/05, Brian Tyler <[EMAIL PROTECTED] > wrote:I ran into the same problem using our product (LabVIEW) but the fix is fairly simple - go into AssemblyGen.cs of the IronPython assembly and delete the last parameter (domain.Evidence) of the tw