Click here to Skip to main content
15,918,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on vb.net windows application with crystal Report for VS2010. the problem occurs when report loads and the error as the following

What I have tried:

CrystalDecisions.Shared.CrystalReportsException was caught
Message=Load report failed.
Source=CrystalDecisions.CrystalReports.Engine
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.FrmMainReport.PRINTANYTABLE() in D:\Alrida\Accounting_HR\Inventor_Source\Reports\Print_Main\FrmMainReport.vb:line 171
InnerException: System.Runtime.InteropServices.COMException
ErrorCode=-2147215343
Message=Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
Source=clientdoc.dll
StackTrace:
at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
InnerException:

please help me

thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900