Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Server Error in '/' Application.
Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.

Source Error:


Line 27: string PdTo = (String)Session["dTo"];
Line 28:
Line 29: reportDocum.Load(Server.MapPath("~/Reports/rpt_Comp_Qdiff.rpt"));
Line 30:
Line 31: reportDocum.SetDatabaseLogon("sa", "ultimate", "CPadmin", "COMPLAINT");

What am I doing wrong.

What I have tried:

This is a report which was working when you start making changes to the stored procedure then you get this error
Posted
Updated 6-Jan-21 20:41pm

1 solution

 
Share this answer
 
Comments
Richard MacCutchan 7-Jan-21 5:13am    
Look at the date of the question.
thatraja 7-Jan-21 10:09am    
I noticed that later. I was answering unanswered crystal reports questions.
Richard MacCutchan 7-Jan-21 10:13am    
I know, and as you have been here quite a while I did not down vote you. But there is really little point in answering questions more than a year old. And it is most unlikely that the person who posted it is still interested.
thatraja 7-Jan-21 10:21am    
I stopped after seeing the year. Thought I was answering months old questions at first. Still there're unanswered questions I can answer. May be I should do something else instead of answering those.

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