R
Rob Hughes
I'm trying to apply the "Launching Applications..." quickstart example
to one of my applications and I'm having problems. (See:
http://samples.gotdotnet.com/quickstart/compactframework/doc/waitforsingleobject.aspx)
To simplify things, application A is the application launching
application B.
The problem I'm having is that when WaitForSingleObject is called from
application A, execution stop in application A as expected but
application B doesn't ever load (no errors from CreateProcess). If I
go into "Running Programs" and stop the application A, then
application B finally loads. This only seems to be happening with my
applications. I tried using "calc.exe" as application B and it works
as expected. The only difference I can think of is that both of my
applications are .NET applications. That shouldn't matter, should it?
Anyone else get this to work right with two .NET applications?
to one of my applications and I'm having problems. (See:
http://samples.gotdotnet.com/quickstart/compactframework/doc/waitforsingleobject.aspx)
To simplify things, application A is the application launching
application B.
The problem I'm having is that when WaitForSingleObject is called from
application A, execution stop in application A as expected but
application B doesn't ever load (no errors from CreateProcess). If I
go into "Running Programs" and stop the application A, then
application B finally loads. This only seems to be happening with my
applications. I tried using "calc.exe" as application B and it works
as expected. The only difference I can think of is that both of my
applications are .NET applications. That shouldn't matter, should it?
Anyone else get this to work right with two .NET applications?