Aspose.page License is throwing Error post 25.1.0

Hi TEam,

After updating to Aspose.Page 25.1.0

PageLicense PageLicense = new();

PageLicense.SetLicense(AsposeLicenseFileName);

It is thrwing error
PageLicError.PNG (28.3 KB)

@Gpatil

It seems that you are encountering an issue with the license after upgrading to Aspose.Page 25.1.0. This type of error often occurs when the license file is not valid for the version of the product you are using.

Here are a few steps you can take to troubleshoot the issue:

  1. Check License Expiry Date: Open your license file in a text editor (like Notepad) and verify the expiry date. Ensure that the expiry date is later than the release date of the version you are trying to use (in this case, 25.1.0).

  2. Compatibility: If your license was renewed recently, ensure that it covers the version you are trying to use. Sometimes, licenses are tied to specific versions or ranges of versions.

  3. Contact Support: If the expiry date is valid and you are still facing issues, consider reaching out to Aspose support. You may need to share your license file with them privately for further investigation.

  4. Testing with Previous Versions: If you have access to earlier versions (like 25.0.0 or 24.x), try running your application with those versions to see if the issue persists. This can help confirm whether the problem is specific to version 25.1.0.

If you follow these steps and still encounter issues, please provide any error messages or additional details that could help in diagnosing the problem further.

Feel free to ask if you have any more questions or need further assistance!

The expiry date is valid. It is working well with ASpose. Page 24.12.0

@Gpatil

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PAGENET-733

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@Gpatil

A new version i.e. 25.1.2 has been published on Nuget that resolves this issue. Please update and let us know in case you still notice this issue.

1 Like

It is working as expected