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

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

2005-10-03 Thread Tim Riley
ips would be greatly appreciated.Regards,Tim Riley[Exception] ** Exception Text **System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for ' IronPython.AST.Snip

Re: [IronPython] Debugger scripted with IronPython

2005-09-02 Thread Tim Riley
Martin:Thank you for the links. They will be very useful to me for a future project.TimOn 9/1/05, Martin Maly < [EMAIL PROTECTED]> wrote: A colleague of mine published two interesting articles on his blog yesterday. He embedded IronPython in the managed debugger (mdbg) and made the debu

[IronPython] IronPython 0.9/SharpDevelop 1.1 importing IronPython.dll error.

2005-08-02 Thread Tim Riley
I just downloaded IronPython 0.9 and when I try to import IronPython.dll I get an error message stating: "Setup Error: Failed to load resources from resource file Please check your Setup." Has anyone experienced this? If so is it an IronPython error or a SharpDevelop one? Any hints? ___

[IronPython] Two Questions

2005-07-07 Thread Tim Riley
if anyone knows what they are and if you do would this be possible in IronPython. Thanks, Tim Riley ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Word Automation

2005-06-19 Thread Tim Riley
was typed correctly. > (c:mp\Doc1.doc)click Open. Search for the file using this dialog box. >at input_6.Run(Frame frame) You need to escape the backslashes. Should have been "c:\\tmp\\Doc1.doc". Also \t translate to a tab which is shown in the error. Tim Riley On 6/19/0

Re: [IronPython] (no subject)

2005-05-18 Thread Tim Riley
I'm not sure if this is exactly what you're looking for but take a look at boo. http://boo.codehaus.org/ On 5/18/05, Keith Tingle <[EMAIL PROTECTED]> wrote: > I would like to embed a scripting language in a C# application. > > First looked at VSA, but found that support for VSA was dropped by >