Hi,
I urgently require some advice regarding the deployment of Crystal Reports for Visual Studio .Net (ASP).
Development platform: Windows 7 Ultimate (32-bit), Visual Studio .Net 2010 Professional, Crystal Reports for Visual Studio .Net (32bit) 13.0.2, IIS7, .Net Framework 4.
Deployment platform: Windows 2008 Web Server R2 (64bit), IIS7, Crystal Reports for Visual Studio .Net (64bit) 13.0.1, .Net Framework 4.
Using the reporting section in my web site on the development platform (debug mode) all works perfectly.
After publishing to the deployment platform I get errors related to the following entries in the web.config:
<add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
<add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
<add assembly="CrystalDecisions.ReportAppServer.DataDefModel, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
The above obviously prevents the web site from functioning and upon removal of the entries all appears to be working as per normal with the exception of the reports.
Many thanks!