Starting a Process in VB.NET ASP.NET runs forever
Posted
by Nissan Fan
on Stack Overflow
See other posts from Stack Overflow
or by Nissan Fan
Published on 2010-05-01T11:16:30Z
Indexed on
2010/05/01
11:27 UTC
Read the original article
Hit count: 324
I'm trying to Shell with a Wait or Process.Start() in VB.NET ASP.NET but it just runs forever. If I don't wait it runs fine and exits normally. What am I doing wrong?
ReadToEnd, WaitForExit do not work. I'd much prefer to avoid delegates if possible.
© Stack Overflow or respective owner