SAP Knowledge Base Article - Public

1200282 - Web projects with embedded reports migrated to Crystal Reports 2008 will not contain new settings in Web.config file to configure how the report is compiled into a DLL by the Build Provider

Symptom

Web projects with embedded reports migrated to Crystal Reports 2008 will not contain new settings in Web.config file to configure how the report is compiled into a DLL by the Build Provider. This is after migrating from an existing .NET 2.0 Web project. Your website will continue to run normally without these settings, however, it cannot take advantage of the new configuration features.
 

Cause

The issue has been identified and tracked under ID ADAPT00963109.
 

Resolution

To take advantage of the new configuration features, open up your Web.config file and add the following elements:
 
<configSections>
    <sectionGroup name="businessObjects">
      <sectionGroup name="crystalReports">
        <section name="rptBuildProvider" type="CrystalDecisions.Shared.RptBuildProviderHandler, CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, Custom=null"/>
      </sectionGroup>
    </sectionGroup>
  </configSections>
 
  <system.web>
    <compilation debug="true">
      <buildProviders>
        <add extension=".rpt" type="CrystalDecisions.Web.Compilation.RptBuildProvider, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
      </buildProviders>
    </compilation>
  </system.web>
 
  <businessObjects>
    <crystalReports>
      <rptBuildProvider>
        <add embedRptInResource="true"/>
      </rptBuildProvider>
    </crystalReports>
  </businessObjects>

Keywords

CR2008 CR 2008 XIR3 XI R3 XI3.0 XI3 3 3.0 TITAN RN , 3873259 , KBA , BI-RA-CR , Crystal Reports designer or Business View Manager , Bug Filed

Product

Crystal Reports 2008 V0