Debugging SHDocVw.InternetExplorer.Quit not closing iexplore.exe process
问题 I think there's no definite answer so how would you approach debugging this problem?: My main app (a MicroStation plugin) launces IE using the SHDocVw.InternetExplorer COM wrapper, interacts with it, hides it when it is not used (e.g. intercepts when the user closes the window and sets InternetExplorer.Visible to false). When the main app is closed the plugin closes IE by calling InternetExplorer.Quit but the iexplore process is left running (the IE is hidden at the moment the main app is