[IronPython] [0.7.5] exception on exit

Jim Hugunin jimhug at exchange.microsoft.com
Thu May 19 21:49:54 CEST 2005


This saving of snippets.dll is only done for purposes of debugging the
IronPython code generator.  The right solution is for us to add an
engine-debug switch and only dump this file when that's enabled.  Unless
you're planning to look at the IL in snippets.dll there's no reason for
us to dump this file.

Thanks - Jim

Keith J. Farmer wrote:
> Yeah, that's it.
> 
> Perhaps it's time to use %temp%\currentDirectory, or isolated storage?
> 
> -----Original Message-----
> From: users-ironpython.com-bounces at lists.ironpython.com
> [mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf
Of
> Martin Maly
> Sent: Wednesday, May 18, 2005 9:01 PM
> To: Discussion of IronPython
> Subject: RE: [IronPython] [0.7.5] exception on exit
> 
> This is because at the end of executin IronPython saves the compiled
> code into snippets.dll into current directory (that would be C:\ I
> guess) which you may not have access to as non-admin. Do you think
that
> may be it?




More information about the Ironpython-users mailing list