Rank: Newbie Groups: Member
Joined: 6/27/2012 Posts: 5
|
Hello, Until now the whole project was working just fine. Now it has this error:
System.Exception: Times out while loading Url or HTML. Please try to increase HtmlToPdfOptions.MaxWaitTime. at EO.Pdf.Internal.dh.a(Boolean A_0, v A_1, Int32 A_2, hz A_3) at EO.Pdf.Internal.dh.a(String A_0, Boolean A_1, Boolean A_2, Int32 A_3, v A_4, String[] A_5, Byte[] A_6, hz A_7) at EO.Pdf.Internal.dh.a(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.dh.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.dh.a(bu A_0) at EO.Pdf.Internal.ll.c.a(Byte[] A_0) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: System.Exception: Times out while loading Url or HTML. Please try to increase HtmlToPdfOptions.MaxWaitTime. at EO.Pdf.Internal.dh.a(Boolean A_0, v A_1, Int32 A_2, hz A_3) at EO.Pdf.Internal.dh.a(String A_0, Boolean A_1, Boolean A_2, Int32 A_3, v A_4, String[] A_5, Byte[] A_6, hz A_7) at EO.Pdf.Internal.dh.a(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.dh.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.dh.a(bu A_0) at EO.Pdf.Internal.ll.c.a(Byte[] A_0)
How can i solve it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please identify what have changed that causing you to receive this error. Also try to narrow down the problem: do you get this problem all the time? Do you get this problem only on one machine? Are you trying to convert a Url? Is that Url hosted on the same machine? The more information you provide, the more accurate answer we can give to you.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 6/27/2012 Posts: 5
|
The problem was that i was trying to convert a page located to another machine and that machine was down :D Thank you !
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Ah. That explains it!
|