Rank: Newbie Groups: Member
Joined: 4/17/2013 Posts: 2
|
Hi,
I have been using EO.pdf (2011.2) for about a year now and am having an issue with some text in a web page not being rendered (html seems legit, shows in print, web etc.). I decided to upgrade the component to EO.pdf 2012 to see if that fixes anything but the latest version gives the following error:
System.Exception was unhandled by user code Message=. This is often an indication that other memory is corrupt. at EO.Pdf.Internal.de.n.Invoke(IntPtr A_0, String A_1, String A_2, Boolean A_3) at EO.Pdf.Internal.de.a(String A_0, Boolean A_1, Byte[] A_2) at EO.Pdf.Internal.de.a(String A_0, Boolean A_1, Boolean A_2, Int32 A_3, t A_4, String[] A_5, Byte[] A_6, h3 A_7) at EO.Pdf.Internal.de.a(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.de.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.de.a(bs A_0) at EO.Pdf.Internal.lr.c.a(Byte[] A_0) Source=EO.Pdf StackTrace: at EO.Pdf.Internal.a.b(BinaryReader A_0) at EO.Pdf.Internal.lr.a(a A_0) at EO.Pdf.HtmlToPdfSession.a(a A_0) at EO.Pdf.HtmlToPdfSession.a(j1 A_0, String A_1, String A_2, Int32 A_3, Int32 A_4) at EO.Pdf.HtmlToPdfSession.a(j1 A_0, String A_1, String A_2) at EO.Pdf.HtmlToPdfSession.LoadUrl(String url) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, Stream stream, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, Stream stream)
This is not just on my local machine as the development server also has an issue. Any thoughts?
Regards, Craig Donaldson
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This would look like a bug. Is there anyway you can isolate the problem into a test project so that we can try to duplicate it here?
Thanks!
|
Rank: Newbie Groups: Member
Joined: 4/17/2013 Posts: 2
|
Hi
Thanks for the response. If I get some time I will see if I can knock up a test project (it won't be for a few days at least).
For info, the actual rendering code is fairly straightforward though so I suspect there may be something in my environment as no-one else has reported the issue.
Regards, Craig
|