Hi guys,
I just wanted to bring this to everyone's attention in case someone else runs into the issue. My Reader enabled 10 and Acrobat 10 Core API plugins are causing I.E. 9 to crash. The customer browses to a web page that contains links to pdf documents. They click the links and the pdf's are opened in a new tab in I.E. After reading the document, they click the X on the tab. As soon as the tab closes, I.E. crashes.
I've reproduced this issue and found that the cause is the AVDocClose replacement. Using a basic plugin with no business logic that replaces AVDocClose causes a crash.
I'm going to try to work around this using the AVDocDidClose event instead of AVDocClose.
Thanks,
Howie