cancel
Showing results for 
Search instead for 
Did you mean: 

Windows Application Problem with crystal Report for VS2010

Former Member
0 Kudos

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

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

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Try searching first, lots of info on this subject.

Make sure you installed the EXE onto you DEV PC ONLY, do not install the runtime only.

Set your project for X86 and use the X86 runtime in your redist package.

Don

Answers (0)