Rank: Newbie Groups: Member
Joined: 8/13/2014 Posts: 6
|
I have a web application using EO.PDF 20.0.25.0.
About two months ago the site started crashing whenever it would attempt to make a PDF from HTML. This continued for each attempt and never fixed itself. After restarting the site the problem went away.
Now the same thing has happened. I was able to get the call stack. Again, restarting the site fixes everything. It seems that the assemblies just need to be reloaded and the problem goes away. But once it happens it cannot be fixed without a restart of the site.
Does this call stack mean anything to you?
at EO.Internal.oe.a(ab4 A_0, String A_1, String A_2, String A_3, Int32 A_4, Int32 A_5, String A_6, Boolean A_7) at EO.Internal.oe.b(ab4 A_0, String A_1, String A_2, String A_3, Int32 A_4, Int32 A_5, String A_6, Boolean A_7) at EO.Pdf.HtmlToPdfSession.a(ab4 A_0, String A_1, String A_2, Int32 A_3, Int32 A_4, String A_5, Boolean A_6) at EO.Pdf.HtmlToPdf.d.a() at EO.Internal.aka.a[a](ao0 A_0) at EO.Pdf.HtmlToPdf.ConvertHtml(String html, PdfDocument doc, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertHtml(String html, Stream stream, HtmlToPdfOptions options)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Please update to 20.1.88.0 and see if it works for you. This build fixed an issue that can cause this problem.
Thanks!
|