Rank: Member Groups: Member
Joined: 3/18/2014 Posts: 15
|
Just upgraded from 15.2.10 to 15.4 via nuget and I'm now getting an exception that HtmlToPdf cannot load EO.WebEngine -- which makes sense since there's no EO.WebEngine in the nuget package. :-( Specifically the exception is: Could not load file or assembly 'EO.WebEngine, Version=15.4.0.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. The system cannot find the file specified. What am I missing (or what is the nuget package missing :-)
Code:
Line 313: pdf.Info.Title = fields.Title; Line 314: Line 315: HtmlToPdf.ConvertHtml(html, pdf, opts); <---- Error line Line 316: pdf.Save(outputStream); Line 317: }
Code:
[FileNotFoundException: Could not load file or assembly 'EO.WebEngine, Version=15.4.0.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. The system cannot find the file specified.] EO.Pdf.HtmlToPdfSession..ctor(HtmlToPdfOptions A_0) +0 EO.Pdf.HtmlToPdf.ConvertHtml(String html, PdfDocument doc, HtmlToPdfOptions options) +52 ReportUtil.ToPDF(AdHocReport report, ReportHeaderFooterFields fields, Stream outputStream, String clientFileName, Object rendererContext) in c:\dev\IRBManagerDev\Application\Site\App_Code\Reports\ReportUtil.cs:315 ReportUtil.ShowReportNoSave(AdHocReport report, ReportFormat outputFormat, ReportHeaderFooterFields fields, Page contextPage) in c:\dev\IRBManagerDev\Application\Site\App_Code\Reports\ReportUtil.cs:102 Reports_AdHocReports.rptReports_ItemCommand(Object source, RepeaterCommandEventArgs e) in c:\dev\IRBManagerDev\Application\Site\Reports\AdHocReports.aspx.cs:33 System.Web.UI.WebControls.Repeater.OnItemCommand(RepeaterCommandEventArgs e) +111 System.Web.UI.WebControls.Repeater.OnBubbleEvent(Object sender, EventArgs e) +40 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.RepeaterItem.OnBubbleEvent(Object source, EventArgs e) +90 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) +121 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +180 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3562
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have confirmed this to be an issue. We will fix this and post an update build as soon as possible.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please update to 15.4.1.0. This build should address this issue.
Thanks!
|