Rank: Newbie Groups: Member
Joined: 10/18/2019 Posts: 1
|
Failed to resolve loadlibrary, webcontrol not show in win10 1903 I already put EO.Base.dll and eowp.exe at appliacation same forwader.
and I already input: EO.Base.Runtime.EnableEOWP = True at app.manifest
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> EO.Base.Runtime.EnableEOWP = True <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> </application> </compatibility>
</assembly>
but it still get error after aplication started:Failed to resolve loadlibrary, webcontrol not show in win10 1903.
Could you please help me where is wrong with my meathod? Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
You will need to update your EO.Pdf version. This error occurs when you are using an older version of EO.Pdf on a newer Windows that is not supported by that version. Updating your EO.Pdf to current should resolve this issue for you.
Thanks!
|