4
votes

using crystal reports 13 with VS 2010. everything works fine on the development machine. once deployed the reports wont show in the browser. on the web server (windows 2008, IIS7) i have installed crystal report run time.... feel like i am missing something else... has anybody experienced the same issue..

another issue i did notice was on the development machine , the crystal reports were sensitive to the browser that it was run on... on the latest browsers no problem at all, but in IE 7 or 8, only quarter of the reports would appear.... how can one over come this...

Rgrds Adr17

3
You say "the reports won't show", but does anything happen at all when you run the report on the web server? In other words, does the page come up OK but blank? Or is there an error? etc.. - Ken Pespisa
yes the page does work, but where the report is suppose to appear, it just empty, nothing.... - AJ17
Did the report definitely deploy to the web server? I had a problem recently where the report file properties (in Visual Studio) were set to not copy the file to the server. I suppose you'd probably get an error but just brainstorming here... - Ken Pespisa
yes they have been Ken,checked the IIS error logs, getting an ID 4353 Crystal report error... - AJ17

3 Answers

1
votes

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

0
votes
Crystal Report TroubleShooting
1.  Bob is undefined, copy file under IIS default folder's crystal report file to web site's 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
votes

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