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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] 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?

_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to