Symptom
- Reports connecting to Oracle 11gR2
- Running the reports in Visual Studio Debug Mode complete as expected
- The reports do not return data in the same application in after web.config is changed to:
debug=false
Environment
- Crystal Reports for Visual Studio 2010
- Visual Studio 2010
- Oracle 11gR2
Cause
- When debug is set to true there is no timeout
Resolution
- In debug=false mode, add the following to the web.config file (system.web node):
<sessionState mode="InProc" timeout="720" cookieless="false"/>
<httpRuntime executionTimeout="43200" maxRequestLength="104856" />
Keywords
CR2010 2010 CR4VS2010 CR4VS VS2010 NET2010 Crystal Reports for .NET Framework 4.0 crforvs 13 2012 , KBA , BI-DEV-NET-SDK , .NET SDK / COM SDK , Problem
Product
SAP Crystal Reports, developer version for Microsoft Visual Studio