Re: ironpython, exception in mscorlib when reading .py file from network share

2008-07-29 Thread mindmind
> > I don't know the answer - I do know that .NET permissions issues and > accessing network resources are a bit 'weird'. You're likely to get an > answer if you ask on the IronPython mailing list. > I had it running through the night, ~100 times, 25 of these gave the above exception. Hard to see

Re: ironpython, exception in mscorlib when reading .py file from network share

2008-07-29 Thread Fuzzyman
On Jul 29, 9:34 am, mindmind <[EMAIL PROTECTED]> wrote: > Hello, > > I have a ironpython 1.1.1.0 host in my c# app, and When doing a >   engine.ExecuteFile(file); > i often get the error below, when "file" is on a network share : > (winXp client , windows ??? server) > > 21-07-2008 12:47:28 : Trace

ironpython, exception in mscorlib when reading .py file from network share

2008-07-29 Thread mindmind
Hello, I have a ironpython 1.1.1.0 host in my c# app, and When doing a engine.ExecuteFile(file); i often get the error below, when "file" is on a network share : (winXp client , windows ??? server) 21-07-2008 12:47:28 : Traceback (most recent call last): 21-07-2008 12:47:28 : File c:\sandbox