Skip to Content
0
Former Member
Apr 15, 2010 at 03:09 PM

Operation Not Yet Implemented - CrystalDescisions -WinForms- Export to Txt

85 Views

I am receiving this error when i try to export to a text file

using CPI = 16

from my Application

I checked the fonts, and they are all arial.

I get this error on the dev box and the production box.

CrystalDecisions.CrystalReports.Engine.InternalException occurred
  Message="\rError in File C:\\Users\\ACHEES~2\\AppData\\Local\\Temp\\TYGL_945 {CA86B691-A9F6-4832-9764-FDC495A328F6}.rpt:\nOperation not yet implemented."
  Source="CrystalDecisions.ReportAppServer.DataSetConversion"
  StackTrace:
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)
       at SIDE.Reports.Export() in C:\Users\acheeseman\Documents\Visual Studio 2005\Projects\SIDE\SIDE.Reports\Reports.cs:line 279

any ideas?

[Exception Snapshot Screen Capture|http://i40.tinypic.com/35d3tix.jpg]

Edited by: AdamCheeseman on Apr 15, 2010 5:10 PM