You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exception only occurs if the wrapper console window is not hidden on
process
creation.
In the svn code the window is always hidden.
For testing, comment out the following line:
line279 of VirtualizedProcess.cs
-> ProcessHelper.SetWindowState(_process.MainWindowHandle,
WindowShowStyle.Hide);
And set the ProcessStartInfo's CreateNoWindow property to false in line 249
(lines as seen in revision 162)
If the window is hidden then the wrapper process' cpu usage is 0%, while no
output
can be detected (messages, exceptions, ...)
Original issue reported on code.google.com by
[email protected]
on 12 Nov 2009 at 3:14The text was updated successfully, but these errors were encountered: