Hi All,
I have a licensed EO.PDF and used in a customized DNN module. The module work perfectly in the test site but for some reason not in the production site. I had the error below
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: EO.Pdf.HtmlToPdfException: Failed to convert Url 'http://www.amiplatform.com/Default.aspx'.(1007:Failed to connect the remote server.) at EO.Pdf.Internal.de.a(String A_0, Boolean A_1) at EO.Pdf.Internal.de.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.de.a(br A_0) at EO.Pdf.Internal.lu.c.a(Byte[] A_0) ---> System.Exception: EO.Pdf.HtmlToPdfException: Failed to convert Url 'http://www.amiplatform.com/Default.aspx'.(1007:Failed to connect the remote server.) at EO.Pdf.Internal.de.a(String A_0, Boolean A_1) at EO.Pdf.Internal.de.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2) at EO.Pdf.Internal.de.a(br A_0) at EO.Pdf.Internal.lu.c.a(Byte[] A_0) at DotNetNuke.Modules.APOAssessmentGridReportExport.View.export_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
I read this link
http://www.essentialobjects.com/forum/postst5954_On-error-has-occured.aspx and tried to create a test application that will access the URL I am converting, the application can access the URL and write the content in xml. I tried to use the demo in EO site, it is also working. I also tried to create a web app that on page load will convert my URL and is also works. Is there anything I missed? Or we need a security set up in our server?