Hi i have a problem with open vb.exe file on browser i am getting error ''System.InvalidOperationException: StandardOut has not been redirected or the process hasn't started yet.''

Aug 16 2010 9:56 AM

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 ..