Rank: Newbie Groups: Member
Joined: 11/20/2018 Posts: 2
|
Hi, We are using EO.Pdf version 17.3.13.0, Lately, we start getting that exception:
EO.Pdf.HtmlToPdfException HResult=0x80131500 Message=The host name could not be resolved. Source=EO.Pdf StackTrace: at EO.Internal.pa.a(adi 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(adi A_0, String A_1, String A_2, Int32 A_3, Int32 A_4, String A_5, Boolean A_6) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options)
Please advice
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
This would be just as the message says: the host name can not be resolved. If the host name is valid, you will need to fix your network configuration in order for the host name to be properly resolved. If the host name is not valid, then obviously this error is by design (for example, you will get this error if you were to call ConvertUrl on a Url with a host name that does not exist).
Thanks!
|