jasonli
July 21st, 2006, 01:58 PM
I am using VS 2005 and asp.net 2.0 to develop web application. In the web application, I added "Crystal Report" reference and created a rpt file in project.
I developed on Windows XP machine, and deployed on Windows 2003 Server. When I access the web site on Server, I got this error:
Exception Details: System.Web.HttpException: The file has not been pre-compiled, and cannot be requested.
If I check "Allow this precomplied web site to be updatable" when deployment, I got the another error like:
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.
On Windows 2003 Server machine, I only installed asp.net 2.0. So, how can I fix it? Do I have to buy licence from CrystalReport?
I developed on Windows XP machine, and deployed on Windows 2003 Server. When I access the web site on Server, I got this error:
Exception Details: System.Web.HttpException: The file has not been pre-compiled, and cannot be requested.
If I check "Allow this precomplied web site to be updatable" when deployment, I got the another error like:
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.
On Windows 2003 Server machine, I only installed asp.net 2.0. So, how can I fix it? Do I have to buy licence from CrystalReport?