the details of error below.
Exception Details: System.InvalidOperationException: StandardOut has not been redirected or the process hasn't started yet.
Source Error:
Line 398: 'Dim stdOut As StreamReader = vasontCall.StandardOutput
Line 399: 'vasontCall.WaitForExit()
Line 400: Console.WriteLine(vasontCall.StandardOutput.ReadToEnd())
Line 401: 'Dim outStreamOutput As String = vasontCall.StandardOutput.ReadToEnd()
Line 402: 'Return outStreamOutput
|
Pls help ..