I have an asp.net(2005) viewer app that works fine when running locally but I'm having problems trying to get it working on a production server. I ran CrystalReports11_5_NET_2005.msi on the server but I'm still missing something in the configuration. I've changed the asp.net version to 2x in IIS and that doesn't seem to change things. I checked the GAC on the server and CrystalDecisions.Web version is 11.5.3300.0 I'm getting this message when trying to load the page. Any help is appreciated.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type CrystalDecisions.Web.CrystalImageHandler from assembly CrystalDecisions.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304.
Source Error:
Line 75:
Line 76:
Line 77: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
Line 78: </configuration>
Source File: D:\web\framework\tax\applications\969_ExecuteCrystalReport\web.config Line: 77
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type CrystalDecisions.Web.CrystalImageHandler from assembly CrystalDecisions.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304.
Source Error:
Line 75:
Line 76:
Line 77: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
Line 78: </configuration>
Source File: D:\web\framework\tax\applications\969_ExecuteCrystalReport\web.config Line: 77
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300