R
Richard Mayer
After using a OpenFileDialog to locate a file within
Visual Studio.Net, A System.Diagnostics.Process is created
and the file information set using StartInfo. The process
returns an error indicating the File cannot be found
although the file is available and the working directory
has been set. If the OpenFileDialog is not used and the
path to the file is set directly the process is started
and works fine. This is repeatable and fails every time.
It appears to be a bug. Any suggestions would be
appreciated.
Visual Studio.Net, A System.Diagnostics.Process is created
and the file information set using StartInfo. The process
returns an error indicating the File cannot be found
although the file is available and the working directory
has been set. If the OpenFileDialog is not used and the
path to the file is set directly the process is started
and works fine. This is repeatable and fails every time.
It appears to be a bug. Any suggestions would be
appreciated.