cancel
Showing results for 
Search instead for 
Did you mean: 

OutOfMemoryException after Windows-Update KB3078601

Former Member
0 Kudos

After installation of the Windows-Security-Update KB3078601 my report-printing throws a System.OutOfMemoryException. The exception throws in the Methode CrystalDecisions.Shared.PageRender.draw_FieldObjectInstance.

I use .NET 4.5.1. The report contains Database Fields. The Problem has a field for a Bar Code 2/5 Interleaved. I bind the field and set font "Bar 25i e".

If i implemented the field as text object and in this object I embeded the database field. I doesn't get the exception.

Has someone an idee for this Problem?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Dirk,

Interesting, I read what MS had to say about the font security but they did not indicate how to work around it, doesn't appear to be one listed...

Is this a WEB or Desktop application?

Where did you get that font from, do you have a URL I can use?

It seems the OS no long trusts that barcode font. I suggest asking the makers of it if there is something they need to do in the header info to get past this issue.

What you are doing by embedding the field in a text object is the text object now has a place to save the font output. CR renders the page as an image so no font is embedded in the PDF, I think. I would have to test this. To confirm you can open the properties of the PDF and see if that font is listed.

Don

PS - I have reported the issue to R&D and see if there is anything we need to do to assist. Or at least better error handling.

Former Member
0 Kudos

Hi Don,

thank you for your Response.

It is a backend IIS WCF-Service.

The font is from Elfring Fonts. But I have the Problem with another Barcode font too.

I am trying to implement the PDF proposal and see if the font is embedded.

Dirk

0 Kudos

Thanks Dirk,

I suggest contacting the makers of those fonts also, There is likely some flag they can enable so MS doesn't detect it as bad or they may have to rebuild it so its not vulnerable...

Don

Former Member
0 Kudos

Hi Don,

I've tested the PDF-Output. Both variants has embedded the font "Bar25ie".

If I use the method "ExportToDisk", i get the message "Bar 25i e - font may not be embedded in the document".

Dirk

Answers (0)