I have used the extension on the same server / site in other other areas - so I know it works. It went through the steps trying to correct images so I know it was processing it... now i am stumped. Ideas:
Error message below.........
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] HtmlToPdf.TagList.GetTableCellsWidth(Int32 Inizio, Int32 Fine) in E:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\Parser.vb:542 HtmlToPdf.TagList.SetupTableColumnAndWidths(Rectangle PageDim) in E:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\Parser.vb:477 HtmlToPdf.CreatePdf.Create() in E:\Lavori\_Extension\_ASP\Asp HTML to PDF\HtmlToPdf_ItextSharp\CreatePdf.vb:556 ASP.dwzasppdf_pdfmake_aspx.Page_Load(Object sender, EventArgs e) +31 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
Oliver |
|
|