One of my ASP.NET application still uses Crystal Report for Visual Studio 2008 (Crystal Report that comes in Visual Studio 2008 installer). The problem is the users with new PC / laptop that opens the report in application and tries to print the report in Internet Explorer. It only shows white dialog window and then the window closes. If I use Fiddler to find out what happens when user clicks print icon in Crystal Report viewer, it tries to download ActiveX print control from http://support.businessobjects.com/CRforVS2008/PrintControl.cab but the HTTP response is 502 (bad gateway). Is there any solution for this problem?
↧