We have a Winforms application that uses PDFViewer and AxAcroPDFlib. We previously had a problem where the form would hang when closing because the pdf control was having trouble closing. The solution, found here, was to assign focus to a different control during the forms closing event. This has worked with no problems since implementing.
This past week there was an update to Adobe Reader DC and the problem seems to have returned. There is a delay in closing the form again. When closing the form an Adobe Acrobat icon appears on the task bar for about 10 seconds, then disappears and the form closes. This is what happened before.
Does anyone have any idea how to correct this problem now?
I'd like to replace this control with another that doesn't rely on the user having Acrobat installed but until I have the time to do that I need a fix/workaround.