开发者

Crystal report wont display in browser

开发者 https://www.devze.com 2023-03-11 05:05 出处:网络
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 cr

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 a开发者_开发百科nybody 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


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)


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消