Hello,
Thank you for your inquiry.
Based on the error message you provided, it seems that there might be an issue with the way you are using the license. The KEY value you have entered in "SetLicenseKey(Resources.license_elic)" appears to be incorrect.
Here is the correct way to use the license. Please refer to the following example:
- Code: Select all
Spire.Barcode.License.LicenseProvider.SetLicenseKey("your licenseKey");
or
Spire.Barcode.License.LicenseProvider.SetLicenseFileName("license.elic.xml");
Spire.Barcode.License.LicenseProvider.LoadLicense();
Please ensure that you are providing the correct license key in the above code snippet. If you have made the necessary changes and the issue still persists, kindly provide us with the following information for further investigation.You could attach them here or send them to us via email (
support@e-iceblue.com). Thanks in advance.
1) Your input image file.
2) Your test environment, such as OS info (E.g. Windows 7, 64-bit) and region setting (E.g. China, Chinese).
3) Your application type, such as Console app (. Net 6.0).
Sincerely,
Annika
E-iceblue support team