Crystal report will not be displayed in the browser

using crystal reports 13 since VS 2010. everything works fine on a development machine. after deployment, reports will not be displayed in the browser. on the web server (windows 2008, IIS7) I set the runtime of the crystal report .... I feel like I missed something else ... did anyone experience the same problem.

Another problem that I noticed was on the development machine, the crystal reports were sensitive to the browser in which it was running ... there are no problems in the latest browsers, but in IE 7 or 8 only a quarter will appear reports ... how can this be to do ...

Rgrds Adr17

+4
source share
3 answers

I had the same problem and the solution is to copy the aspnet_Client folder to your web application (you will find the folder in wwwroot)

+1
source
Crystal Report TroubleShooting 1. Bob is undefined, copy file under IIS default folder crystal report file to web site place 2. Invalid Index => alias name not same with stored procedure name 3. Remember to verify database 4. try to exec stored procedure in management studio and make sure select explicit field name instead of * 5. try to preview crystal report 
0
source

My problem was in my reports, where the virtual directory (IIS7) and Crystal Reports has an error in which it searches for files in the aspnet_client folder in the root directory of the website, and not in the virtual directory. So I had to copy the aspnet_client folder to the root directory.

0
source

All Articles