I have a special question, is it possible to configure chrome to open as a child process so that when the dotnet process stops unexpectedly, the chrome process can automatically close? #2344
Replies: 2 comments 1 reply
-
Faced the same problem. If you kill your process using TaskManager or if you stop the VS debugger - chrome.exe still lives. I think I will have to write ProcessWatchDog which will keep an eye on my main process and chrome to kill the chrome when the main dies. |
Beta Was this translation helpful? Give feedback.
-
I found a way how to trick the browser.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions