Environment:
OS is Windows Server 2003.
SharePoint 2007
Visual Studio 2008
Crystal Reports 2008 Service Pack 4 (Version 12.4.0.966)
My web application sits in Workspacesdev.chi.ecommunity.com. in the web config file there I have added the code:
<appSettings>
<add key="CrystalImageCleaner-AutoStart" value="true" />
<add key="CrystalImageCleaner-Sleep" value="60000" />
<add key="CrystalImageCleaner-Age" value="120000" />
</appSettings>
These settings ensure the clean-up of temporary images created when viewing a report.
<httpHandlers>
<add verb="GET" path="CrystalImageHandler.aspx"
type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=
12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
</httpHandlers>
My references are in the VS project have the following versions:
Engine: 12.0.2000.0
AdoDotNetInterop: 10.5.3700.0
Framework: 12.0.1100.0
infostore: 12.0.1100.0
ReportSource: 12.0.2000.0
Shared:12.0.2000.0
VSDesigner: 12.0.2000.0
Web: 12.0.2000.0
Forms: 12.0.2000.0
Any ideas on what I should do next.