Print Page | Close Window

Crash with exotic lettertype

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4524
Printed Date: 02 May 2024 at 3:18pm


Topic: Crash with exotic lettertype
Posted By: denappel
Subject: Crash with exotic lettertype
Date Posted: 14 Oct 2008 at 1:21am
Hi,

Yesterday I was facing a weird problem using Crystal Reports. I have to make print label for supermarket products.

They use an exotic lettertype for the price, being MarkerGD.
It appears that if I change the lettertype to a known one as century gothic, the application doesn't crash.

Does anybody have a clue how to get it working with the MarkerGD lettertype?


The error that I got is the following:

CrystalDecisions.CrystalReports.Engine.InternalException was unhandled by user code
  Message="\rError in File C:\\TEMP\\temp_b09f6dfc-a535-4bd7-a025-1e2eba795367 {3F6F01B2-9F16-4F00-918D-098CD4743E1F}.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.ExportToDisk(ExportFormatType formatType, String fileName)
       at Lidl.LidlIntranet.TicketPrinter.PrintReport.Page_Load(Object sender, EventArgs e) in C:\development\LidlIntranet\LidlIntranet\TicketPrinter\PrintReport.aspx.cs:line 56
       at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  InnerException: System.Runtime.InteropServices.COMException
       Message="\rError in File C:\\TEMP\\temp_b09f6dfc-a535-4bd7-a025-1e2eba795367 {3F6F01B2-9F16-4F00-918D-098CD4743E1F}.rpt:\nOperation not yet implemented."
       Source=""
       ErrorCode=-2147482649
       StackTrace:
            at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
            at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       InnerException:

Thanks!

Kind regards,

Koen





Print Page | Close Window