|
Rank: Newbie Groups: Member
Joined: 8/1/2007 Posts: 5
|
Please HtmlToPdf.ConvertHtml gives the following error: {"Failed to resolve LoadLibrary and GetProcAddress"} I have removed and re-added EO.PDF.DLL to my project. My project is a VS2015 Console Application .net 4.5 My version is EO.Pdf for .NET (2011.2)My code Quote: HtmlToPdf.Options.PageSize = EO.Pdf.PdfPageSizes.A4 HtmlToPdf.Options.OutputArea = New RectangleF(0, 0, HtmlToPdf.Options.PageSize.Width, HtmlToPdf.Options.PageSize.Height) HtmlToPdf.ConvertHtml(page, path)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need to update to the latest version. You have a very old version that does not support Windows 10 (and maybe some Windows 8/2012 with certain security updates). Windows 10 is only officially supported since EO.Pdf 2015.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/1/2007 Posts: 5
|
Please its quite difficult for me to pay for a new license. we paid for and have been using EO.PDF without issues until now.
My clients run windows 2008 server and it works fine for them.
but to support my development work on VS2015 I should still be able to use your product.
Please what can I do on windows 10 to make this good Library, and my investment in EO.PDF continue to function.
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please see your private message for our reply.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/8/2016 Posts: 2
|
I am migrated project from VS2010 to VS2015, now i am getting same error
Please HtmlToPdf.ConvertHtml gives the following error:
{"Failed to resolve LoadLibrary and GetProcAddress"}
I have removed and re-added EO.PDF.DLL to my project.
My project is a VS2015 web application.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Manish wrote:I am migrated project from VS2010 to VS2015, now i am getting same error
Please HtmlToPdf.ConvertHtml gives the following error:
{"Failed to resolve LoadLibrary and GetProcAddress"}
I have removed and re-added EO.PDF.DLL to my project.
My project is a VS2015 web application. As our previous reply has already pointed out, you need to use the latest EO.Pdf. Early EO.Pdf does not support Windows 10 (and some systems such as Windows Server 2012 that has the same patch). So you will need to upgrade your EO.Pdf to current in order to resolve this issue. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/8/2016 Posts: 2
|
Hi, How can I upgrade this DLL
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Manish wrote:Hi, How can I upgrade this DLL You just download the current version from our download page and then change your project to use the new version. See here for more details: https://www.essentialobjects.com/doc/common/refdll.aspx
|
|