Posted 11 December 2023, 3:34 pm EST
Trying to use only C1.AspNetCore.Api.Pdf, in a blazor net7 project, not needing any other features.
Package compiles correctly without license, and I see ComponentOne watermark on PDF generation.
If I add licenses.licx file I get:
LC0003 Unable to resolve type 'C1.Web.Api.LicenseDetector, C1.Web.App \Properties\Licenses.licx
If I add Package C1.Web.Api from Nuget (it is not available in /packages local folder).
Exception occurred creating type ‘C1.Web.Api.LicenseDetector, C1.Web.Api, Version=4.8.20233.331, Culture=neutral, PublicKeyToken=9b75583953471eea’ System.ComponentModel.LicenseException: A valid license cannot be granted for the type C1.Web.Api.LicenseDetector. Contact the manufacturer of the component for more information. \Properties\Licenses.licx
questions
- what should the license file look like
- which packages are required and where do they come from?