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
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
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
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?
___
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
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
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
>