cancel
Showing results for 
Search instead for 
Did you mean: 

Error with CR in VS2013

0 Kudos

Hi, as everytime I update my visual studio project I get error with crystal report.

So, I update my visual studio from 2010 to 2013, I download your latest version of crystal report here (v.13.0.14.1720) :

I can open my reports in design but when I start my project, when Ioad a report I get this exception:

Une exception de type 'CrystalDecisions.Shared.CrystalReportsException' s'est produite dans CrystalDecisions.CrystalReports.Engine.dll mais n'a pas été gérée dans le code utilisateur.

Inner exception: System.Runtime.InteropServices.COMException :{"Opération non prise en charge. Un document traité par le moteur JRC ne peut pas être ouvert dans la pile C++."}.

Versions of the reference CrystalDecisions: 13.0.2000.0 version of the file :13.0.14.1720

Thank you for your help.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Don,

It was a mistake from me. The report path was not reconfigure in my application so it can load it beacause it don't find the report.

It seems to work now.

If there is some other problems I comme back to you.

Thank you

Answers (1)

Answers (1)

0 Kudos

Hi Gwena,

Did you install the VS installer? You should not use just the redist package for VS integration, use this one, first link on that page:

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_14.exe

How are you opening reports?

Try a simple new project and simple new report, the second error typically indicates the report cannot be found.

Wrap all of you operations in a try/catch block and display the exception.

First error in English is:

An exception of type ' CrystalDecisions.Shared.CrystalReportsException ' occurred in CrystalDecisions.CrystalReports.Engine.Dll but was not handled in user code


Second error in English is "Operation not supported. A document processed by the JRC engine can not be opened in the stack C ++"

Check you project properties, should be full Framework, all CR assemblies should be file version 13.0.14.xxx, 13.0.2000.00 in Properties.

Download this printer test app built on SP 14 and see if you can open one of your reports using it by browsing to your report:

http://search.sap.com/ui/scn#query=2163438&startindex=1&filter=scm_a_site%28scm_v_Site11%29&filter=s...


KBA - 2163438 is what you are looking for.


Don