Question : An unhandled exception of type 'CrystalDecisions.CrystalR<wbr />eports.Eng<wbr />ine.Intern<wbr />alExceptio<wbr />n' occurred in crystaldecisions.crystalre<wbr />ports.engi<wbr />ne.dll

Hi Experts,
   I recently have been given a VS.NET C# desktop application project that has some crystal reports made with the integrated version of Crystal Reports.  The project now resides on my dev pc and I haven't been able to get it running.  I encounter the following error:

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InternalException' occurred in crystaldecisions.crystalreports.engine.dll

Additional information: "Unable to find the report in the manifest resources. Please build the project, and try again.
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

I search searched all over on google, EE, and Business Objects looking for a solution and am still unsuccessful.  Any suggestions would be greatly appreciated.  To give you a little insight I did make references to the following crystal dlls.

CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
CrystalDecisions.Web
CrystalDecisions.Windows.Forms

Im not sure how to check which version numbers of these dlls the original project is referencing.  
Here is the snippet of code where it crashes.


 
Code Snippet:
1:
2:
3:
4:
this.lebDeliveryReceipt1.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.DefaultPaperOrientation;
			this.lebDeliveryReceipt1.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.DefaultPaperSize;
			this.lebDeliveryReceipt1.PrintOptions.PaperSource = CrystalDecisions.Shared.PaperSource.Upper;
			this.lebDeliveryReceipt1.PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Default;
Open in New Window Select All

Answer : An unhandled exception of type 'CrystalDecisions.CrystalR<wbr />eports.Eng<wbr />ine.Intern<wbr />alExceptio<wbr />n' occurred in crystaldecisions.crystalre<wbr />ports.engi<wbr />ne.dll

You can check uder HELP --> ABOUT CRYSTAL

If you have VS 2002 or 2003 then it is a CR9 version.

I don't know how to run it through the debugger.  As far as I know you simply run the app then the report will run.

mlmcc
Random Solutions  
 
programming4us programming4us