Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a small website that uses crystal report (Crystal Report for Visual Studio 2008). it works perfect on my machine (development location) but when i publish it to the hosting machine it gives me the following error:
HTTP Error 500.0 - Internal Server Error
Handler "CrystalImageHandler.aspx_GET" has a bad precondition "integrateMode"

this code is found in the web config file
<add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integrateMode" />


any one who can help me?
with Regards
Posted
Updated 11-Jul-10 10:37am
v2

Have you verified Crystal is installed and configured properly on the server? Web.config contains settings for httpHandler and assemblies? Have you checked the Crystal Reports forums?
 
Share this answer
 
U must be sure whether domain server support for crystal report.
The error u got bcoz your server do not provide support for Crystal Report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900