Becks25Not
Programmer
Hi All,
I have an application that creates several reports using Crystal Reports inside of VS.Net (2003). My users get errors but they are very sporadic. If they rerun, everything works fine. There does not seem to be any rhyme or reason to them. Any insight anyone has would be most helpful!!
The errors are:
and
Thanks in advanced!!
Becca
I have an application that creates several reports using Crystal Reports inside of VS.Net (2003). My users get errors but they are very sporadic. If they rerun, everything works fine. There does not seem to be any rhyme or reason to them. Any insight anyone has would be most helpful!!
The errors are:
Code:
Message --> Print engine not opened.
Source --> CrystalDecisions.CrystalReports.Engine
StackTrace --> at .F(String , EngineExceptionErrorID
)
at .A(Int16 , Int32 )
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
at DG_Scheduler.XlsPlantLoad.FrmXlsPlantLoad.i_SkippedUpdatesReport()
and
Code:
Message --> Object reference not set to an instance of an object.
Source --> CrystalDecisions.CrystalReports.Engine
StackTrace --> at CrystalDecisions.CrystalReports.Engine.FormatEngine.internalSetReportInfo(RequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.internalGetViewContext(ReportPageRequestContext reqContext, * viewContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
at DG_Scheduler.XlsPlantLoad.FrmXlsPlantLoad.i_SkippedUpdatesReport()
Thanks in advanced!!
Becca