|
Rank: Newbie Groups: Member
Joined: 9/24/2015 Posts: 5
|
Upgraded from version 15 to 16.0.24 to test TLS 1.2 support. Getting the following error when rendering the MVC view using RenderAsPDF feature. Method not found: 'Void EO.Base.Runtime.a(System.Exception, Boolean)'.Stack trace... Quote: at EO.Pdf.Mvc.MVCToPDF.b.a() at EO.Pdf.Mvc.MVCToPDF.c() at EO.Pdf.Mvc.MVCToPDF.a() at EO.Pdf.Mvc.MVCToPDF.OnFilter(Object context) at EO.Pdf.Mvc.Emit.Filter.IResultFilter.OnResultExecuted(ResultExecutedContext ) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) We have the latest dll's and also made sure the license key was for version 2016.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please use a debugger to verify whether you indeed has 16.0.24.0 version of EO.Pdf.Mvc.dll loaded when this error occurs. This appears to be a different version of the DLL.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/24/2015 Posts: 5
|
We are good. There was an old reference to EO.Pdf.Mvc.dll that doesn't get updated via NuGet. Pointed this to the 16.0.24 version and it's back to working.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Glad to hear that it's working!
|
|