|
Rank: Newbie Groups: Member
Joined: 3/23/2016 Posts: 2
|
Hello,
I'm receiving "Failed to resolve LoadLibrary and GetProcAddress" because I believe the version I have is old and I'm now on Win10. With that said, I download the latest trial and I did not see an updated EO.PDF.MVC5.dll...where can I find a current version of this product that includes that DLL?
Thanks! Billy McCafferty
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, The new version use a single EO.Pdf.Mvc.dll for all MVC versions. So it no longer needs separate MVC DLL for each MVC version. However you do need to explicitly call EO.Pdf.Mvc.MVCToPDF.RegisterFilter in your code with the new version. See here for more details: http://www.essentialobjects.com/doc/pdf/web/mvc.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/23/2016 Posts: 2
|
Thanks for the quick reply. That worked locally and so I just purchased a license and deployed to the production machine, which is on Azure. Now, when I try to render the PDF, it just hangs...spinning and spinning...
Thoughts?
Thank you, Billy McCafferty
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, This usually has to do with your DNS settings. See here for more details: http://www.essentialobjects.com/doc/web/aspxtopdf/troubleshoot.aspxUsually adding a host entry into your host file to point your domain name to yourself (127.0.0.1) would resolve the issue for you. Thanks!
|
|