Hi everyone
This is the 2 time I ask help with this problem... No answer yet.... HELP PLS....
I have a VB 2012 windows service app that we developed that create CR and export them to PDF, it run Perfectly on a Windows Server 2008 R2 .
Now I want to install this service on a Windows Server 2012
Here is the problem, when it arrive to the
myReport.Export()
I got this error:
Error: Method not found: 'CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag CrystalDecisions.ReportAppServer.ReportDefModel.ISCRExportOptions.get_ExportOptionsEx()'.
Stacktrace:
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
I have installed:
CRRuntime_32bit_13_0_8.msi And CRRuntime_64bit_13_0_12.msi on the 2012 server, even so in my application I use the first one.
I confirmed that I have the right permissions to write my PDF in a folder in my application.
The only difference between both servers is that CR is fully installed on the working Services (the 2008 server)
Please don't post the same question again and I believe I said why are you using 2 different versions of the runt?
CRRuntime_32bit_13_0_8.msi And CRRuntime_64bit_13_0_12.msi on the 2012 server, even so in my application I use the first one.
Install SP 12 32 bit, uninstall it first.
And I believe I also noted in your post or someone elses export to Stream may have a bug in it. Roll back to SP 10 or wait a month for SP 13 when it will be fixed.
Don
Add a comment