I have an interesting case and I'm not sure how to work this out.
Language: VB .NET 2005
CR: CR XI R2
I'm using PrintToPrinter on an embedded Report. What the issue is that I'm getting a "Method Not Found" exception on the line from the JIT compiler. The line below is the error cause. I've tried casting to ReportClass and to ReportDocument. ReportClass is the official base class of the embedded report object. I've verified that in the Intellisense popup it is listed and I've verified the parameter types to be correct. Any Ideas?
oReport.PrintToPrinter(oPrintSettings, oPageSettings, True)
Text of the Error:
Method Not Found: 'Void CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(System.Drawing.Printing.PrinterSettings, System.Drawing.Printing.PageSettings, Boolean)'
Err Number: 438