I'm trying to implement a reporting system for our ASP.NET web app, and I've managed to build and display the reports nicely, but cannot get printing or export to work at all with IE8. I've tested it in IE10 and it appears to work fine
- if using PrintMode="Pdf" then the application complains that "Cannot download mypage.aspx from <mywebsite>. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found."
- if using PrintMode="ActiveX" then I'm getting "An communication error occurred. Printing will be stopped"
I'm using IIS6 / SSL / ASP.NET 4 / CR version 13.0.6.
Please help,.. I've searched the Internet for hours without finding a solution. I really need to upgrade our old classic ASP application using Crystal Reports 8.5 to ASP.NET, but I cannot get the new reports to print/export in IE8 at all.
Thank you.
Mihai