The viewer is not configured correctly. Follow these steps:
1) Copy the crystalreportviewers13 folder from C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13 on your development computer
2) Paste the crystalreportviewers13 under your app pool
3) Add the following to your web.config file
<configSections>
<sectionGroup name=“businessObjects“>
<sectionGroup name=“crystalReports“>
<section name=“rptBuildProvider“ type=“CrystalDecisions.Shared.RptBuildProviderHandler, CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral,PublicKeyToken=692fbea5521e1304, Custom=null“ />
<section name=“crystalReportViewer“ type=“System.Configuration.NameValueSectionHandler“ />
</sectionGroup>
</sectionGroup>
</configSections>
<businessObjects>
<crystalReports>
<rptBuildProvider>
<add embedRptInResource=“true“ />
</rptBuildProvider>
<crystalReportViewer>
<add key=“ResourceUri“ value=“~/crystalreportviewers13“ />
</crystalReportViewer>
</crystalReports>
</businessObjects>
The above is assuming that you are using SAP Crystal Reports, developer version for Microsoft Visual Studio
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter
Got Enhancement ideas? Try the SAP Idea Place