Crystal Report 10 fails to load on Windows 2003 OS. We're developing with .net 3.5 with C#.net.
It works properly on dev box which contains similar configuration but without a McAFEE Anti-virus software on it.
Any pointers would be greatly appreciated.
Error Message:
[COMException (0x800002ad): Error in File UNKNOWN.RPT:
The request could not be submitted for background processing.]
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass
.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper
.Open(Object& DocumentPath, Int32 Options) +95
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper
.EnsureDocumentIsOpened() +271
Error in: http://xxx/Reports/AgencyDetailReport.aspx
. Error Message:Load report failed
.
TARGETSITE: Void EnsureDocumentIsOpened() STACKTRACE: at
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper
.EnsureDocumentIsOpened() at CrystalDecisions.CrystalReports.Engine.
ReportDocument.Load(String filename, OpenReportMethod openMethod,
Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportDocument.
Load(String filename) at Reports_AgencyDetailReport
.CreateCrystalReportDocument(ReportObject rptObj) in
c:\xxx\testapplication\Reports\AgencyDetailReport.aspx.cs:line 122
at Reports_AgencyDetailReport.Button1_Click(Object sender, EventArgs e)
in c:\xxx\testapplication\Reports\AgencyDetailReport.aspx.cs:line 99