On one of the sites I am maintaining, the PDF option stopped working. Instead of a PDF, all I get is a empty document. In Fiddler all I see is empty document as well. Debugging the page gives me something like this:
Time | Event | From last | From start |
---|---|---|---|
5/16/2011 4:23:57 PM.736 | Begin Execution | 0 | 0 |
5/16/2011 4:23:57 PM.736 | RetrieveApplication start | 0 | 0 |
5/16/2011 4:23:57 PM.736 | RetrieveApplication end | 0 | 0 |
5/16/2011 4:23:57 PM.736 | End Execution | 0 | 0 |
Which is not much ;-)
Is there anything I can look at to see what exactly happens? There's a lot of custom code in the solution, but before I dig into that I wanted to know if this is a known issue. I read in the list of open issues that the PDF stops working when IE 9 is installed on the server, but in this case the server runs IE8. I can reproduce the problem locally on a Windows 7 machine with IE 9.
Any ideas are welcome.
Imar