Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XI R2 ASP.NET Server Deployment issues

Status
Not open for further replies.

rns031364

Programmer
Jun 6, 2006
13
US
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
 
This issue is now resolved. This info may help someone in the same boat. It appears that the CRXI R2 server install merge modules from the BO web site are not current. To get the correct CRXI R2 runtime files/dlls on you're server, create a websetup project using VS2005 and under the project name pre-requisits, check the crystal reports box. Build this project, copy to the server and run the setup.exe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top