The Crystal Reports toolbar export and print functions for ASP.NET are driven by javascript functions. The error you are receiving is because the javascript files are not present on the server. Carefully check this directory path:
‘aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\JS’
You will find the ‘aspnet_client’ directory under the parent website that your virtual directory is in. The‘CrystalReportWebFormViewer3’ directory
contains subdirectories for images, html, css, and js. If the server does not have these directories or they are incomplete then copy these files from your local development server to recreate a replica of the directories and the
files therein.
HTH
Peter Mead
Marked as answer by Navneet on Apr 04, 2008 05:55 AM
petermeadit
Member
653 Points
179 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 26, 2006 12:52 AM|LINK
The Crystal Reports toolbar export and print functions for ASP.NET are driven by javascript functions. The error you are receiving is because the javascript files are not present on the server. Carefully check this directory path: ‘aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\JS’ You will find the ‘aspnet_client’ directory under the parent website that your virtual directory is in. The ‘CrystalReportWebFormViewer3’ directory contains subdirectories for images, html, css, and js. If the server does not have these directories or they are incomplete then copy these files from your local development server to recreate a replica of the directories and the files therein.
HTH
Peter Mead