Reference to libpkcs11-mock.a could not be found

After installing Gembox 15.0.1077 I get this warning:

How can I solve this?

Hi,

Please uninstall that version and try again with this latest bugfix version:

Install-Package GemBox.Pdf -Version 15.0.1118-hotfix

This is currently hidden, pre-released, but will be available as a public, stable, in the near future.

Does this solve your issue?

Regards,
Mario

Hi Mario,

No, that does not solve it unfortunately:

As a note, it’s in a .NET Framework 4.8 project with custom repositoryPath in NuGet.Config - I don’t know if this will help you any further in investigating this issue?

Custom repositoryPath:

<config>
    <add key="repositorypath" value="$\..\..\..\SharedPackages" />
</config>

Hi,

Please send us a small VS project that reproduces your issue.

You can submit a support ticket and attach your project to it.

We’ll investigate the problem you have.

Regards,
Mario

Hi,

This warning should now be resolved with this latest version:
https://www.gemboxsoftware.com/pdf/nightlybuilds/GBA15v1161.zip

Or this latest NuGet package:
Install-Package GemBox.Pdf -Version 15.0.1161-hotfix

Before using it, remove the previous version of GemBox.Pdf and clear the project’s build.

Regards,
Mario