|
-
May 16th, 2011, 11:11 AM
#5
Re: Process Exit Event Handler
Unhooking the handler fixed the issue.
Now when I did a break on the method to see what the sender object contained each call is exactly identical except the only change is:
jProcess.EnableRaisingEvents = false;
Which switches from true on the first call to false. On the second call its already false.
Even the process IDs are identical.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|