I have an application that generates a .pdf file and opens it using myProcess.start (pdfFileName) ;, This call is called in the click event event handler on a button in a Winfom application.
Everything works fine, except that if I leave (alt-f4 or using the upper right cross), my application does not stop after running Acrobat Reader: the form disappears, but the debugging session in VS does not stop, even if I already left Acrobat Reader. Beahaviour is the same if I compile in realese and / or run exe from windows, not from VS, then I need to kill the process using task manager.
I could not find anything in the documentation, but I understand that this should be a very common problem?
Thanks, Jon.
source
share