I have bounced from one error to the next... but this one has got me stuck. Any help would be great. Thanks much!
Warning!! DwZone.it Asp HTML to PDF error: Error on Asp.Net application Url:http://www.114pacifica.com/dwzAspPdf/PdfMake.aspx Server Error in '/' Application.
The BODY tag is missing
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: The BODY tag is missing
Source Error:
Line 7: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Line 8: Dim Pdf As New HtmlToPdf.CreatePdf Line 9: Pdf.Create() Line 10: End Sub Line 11: </script>
Source File: D:\WWWRoot\strongcurrentdesigns.com\www\dwzAspPdf\PdfMake.aspx Line: 9
Stack Trace:
[Exception: The BODY tag is missing] HtmlToPdf.Utils.getBody(String& str) in D:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\Utils.vb:837 HtmlToPdf.TagList..ctor(String ContentPage, Hashtable& StyleClass, en_UseFont Use_Font, String Font_Folder) in D:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\Parser.vb:30 HtmlToPdf.CreatePdf.Create() in D:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\CreatePdf.vb:441 ASP.dwzasppdf_pdfmake_aspx.Page_Load(Object sender, EventArgs e) in D:\WWWRoot\strongcurrentdesigns.com\www\dwzAspPdf\PdfMake.aspx:9 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3634 |
|
|