cancel
Showing results for 
Search instead for 
Did you mean: 

CR 13 01 or CR 13 02 Error : (0x80041811) Opération non prise en charge

Former Member
0 Kudos

Hello,

I got a problem since i installed CR 13.01 for VS2010.

Its working on debug mode on VS2010 but not on ISS Server after deploying.

I verified %temp% right. I seacrched on the web for an answer but no good answer.

Do you have a solution?

The error message is (sorry in french) :

Opération non prise en charge. Un document traité par le moteur JRC ne peut pas être ouvert dans la pile C.

Description : Une exception non gérée s'est produite au moment de l'exécution de la requête Web actuelle. Contrôlez la trace de la pile pour plus d'informations sur l'erreur et son origine dans le code.

Détails de l'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.

Erreur source:

Une exception non gérée s'est produite lors de l'exécution de la requête Web actuelle. Les informations relatives à l'origine et l'emplacement de l'exception peuvent être identifiées en utilisant la trace de la pile d'exception ci-dessous.

Trace de la pile:

+CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) 0

+CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) 95

+CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() 270

+CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() 333

+CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) 877

+CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) 84

+ControlesUser_ListeMembres.Imprime(String NomRApport, String Format) 946

+Membres_ListeMembres.ibPrint_Click(Object sender, ImageClickEventArgs e) 43

+System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) 115

+System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) 120

+System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 10

+System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 13

+System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 36

+System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 5563

Informations sur la version : Version Microsoft .NET Framework :4.0.30319; Version ASP.NET :4.0.30319.237

I

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Is this a 32 bit or a 64 bit app?

How did you deploy the CR runtime? (e.g.; what msm / msi did you use?)

Create a simple win exe. Something like:

CrystalReportViewer1.ReportSource = <path to a saved data report>

Compile the app and copy the exe to the server. Run the exe. Does this simple app work?

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Former Member
0 Kudos

Hello,

I tried to make an new web site with a Crystal Viewer but not working.

i got compilation errors.

erreur BC30560: 'CrystalReportViewer' est ambigu dans l'espace de noms 'CrystalDecisions.Web'.

i'll try reinstall CR for VS2010.

Bye for now.

Former Member
0 Kudos

I have reinstalled CR for VS2010.... again the same trouble.

I did a new web site

I cant add a CRViewer to my web site. When i add it i cant compilte the site. I got this error :

erreur BC30560: 'CrystalReportViewer' est ambigu dans l'espace de noms 'CrystalDecisions.Web'.

I work on Win7 32Bit.

I installed CRforVS_13_0_2.exe from SAP's website.

___________________________________________

I saw something strange:

I n the web.config :

<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

And in the page :

<%@ Register Assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"

Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

What do u think about that?

Eric

Former Member
0 Kudos

i changed the directive in the page. now its ok.

I publied the new web site on the server : Its ok.

But in my other web site, i didnt use a viewer. Juste the report to export data formting in PDF.

Eric

Answers (0)