I have a WinForms app (written in VB.NET if that detail matters) which has an embedded Crystal Report for tracking application utilization (let's call it utr310.rpt). Our reporting guy made a minor tweak to the report that has been in production and I'm trying to test with it (let's call the new one utr311.rpt) except that I'm getting the following error:
System.Runtime.InteropServices.COMException (0x80043AE3): Invalid TLV record.
at CRAXDRT.IApplication.OpenReport(String pFileName, Object OpenMethod)
at WinFormsApp422.mCrystal.CrystalReportShowSingleParameter(String sReportName, Object objParam, Boolean& bPrint) in C:\2008-Projects\WinForms-applications\WinFormsApp422\code_Modules\mCrystal.vb:line 161
I cannot make heads or tails of this error. Any of y'all seen this one?