Problem With Proces Part 2

  • Thread starter Thread starter James Hancock
  • Start date Start date
J

James Hancock

Ok, now stuff that was working isn't any longer.

If I do a Process.Start() with a document I used to be able to monitor for
the exit of the process and do work. Now the event is never raised.

If I look at any of the properties on the process (id) I get the following
error:

No process is associated with this object.

Anyone have an idea? I think the two issues are related...

James Hancock
 
James,

You need to post some of your code so we can see exactly what you are doing.

Gary
 
Get this:

I closed VS.net and all .net applications and restarted.

On restart I rebuilt the project and volia! All of it started to work! (no
changes in code)

GRRRRRR.
 
Back
Top