Welcome Guest Search | Active Topics | Sign In | Register

Failed to resolve loadlibrary, webcontrol not show in win10 1903 Options
fahed
Posted: Friday, October 18, 2019 2:27:09 AM
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.
eo_support
Posted: Friday, October 18, 2019 12:53:32 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.