[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Problem with the Process class and redirection.
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] Problem with the Process class and redirection. |
Date: |
Sat, 11 Oct 2003 12:56:24 +1000 |
User-agent: |
KMail/1.4.3 |
On Saturday 11 October 2003 12:37 pm, jscottb wrote:
> Uncaught exception: System.UnauthorizedAccessException: Incorrect access
> mode specified for file handle
> at System.IO.FileStream..ctor(IntPtr, FileAccess, Boolean, Int32,
> Boolean) in ./System/IO/FileStream.cs:195
> at System.IO.FileStream..ctor(IntPtr, FileAccess, Boolean)
> at System.Diagnostics.Process.Start() in
> ./Diagnostics/Process.cs:957 at Test.Main() in ./testproc.cs:12
I've fixed this in the CVS version pnetlib (well, worked around it until I can
figure out why the access check doesn't work on pipes).
Cheers,
Rhys.