I am automatically generating word documents utilizing the following:
1) Microsoft Visual Basic .NET 69586-270-0000007-18743
2) Crystal Reports 10 for Visual Studio .NET
Performing the following:
1) Dim crDoc As ReportDocument = New ReportDocument
2) crDoc.Load("Filename", OpenReportMethod.OpenReportByTempCopy)
Then I will loop, creating a dataset and performing the following for each created:
3) crDoc.SetDataSource(dsRptData)
4) crDoc.Export()
I can export successfully the first dataset provided but when I attempt to 'SetDataSource' but more often 'Export()' subsequent datasets I receive the following error:
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InternalException' occurred in crystaldecisions.reportappserver.datasetconversion.dll
Additional information:
Error in File C:\DOCUME~1\WHornak\LOCALS~1\Temp\{36F6F9AB-8827-4FF2-86D6-3976F79B9F8C}.rpt:
The request could not be submitted for background processing.
Thanks in advance for any assistance/direction with this, I have been trying to figure this one out for days.
1) Microsoft Visual Basic .NET 69586-270-0000007-18743
2) Crystal Reports 10 for Visual Studio .NET
Performing the following:
1) Dim crDoc As ReportDocument = New ReportDocument
2) crDoc.Load("Filename", OpenReportMethod.OpenReportByTempCopy)
Then I will loop, creating a dataset and performing the following for each created:
3) crDoc.SetDataSource(dsRptData)
4) crDoc.Export()
I can export successfully the first dataset provided but when I attempt to 'SetDataSource' but more often 'Export()' subsequent datasets I receive the following error:
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InternalException' occurred in crystaldecisions.reportappserver.datasetconversion.dll
Additional information:
Error in File C:\DOCUME~1\WHornak\LOCALS~1\Temp\{36F6F9AB-8827-4FF2-86D6-3976F79B9F8C}.rpt:
The request could not be submitted for background processing.
Thanks in advance for any assistance/direction with this, I have been trying to figure this one out for days.