Temporary License Is Not Registering in Aspose.Slides for NET

I’m trying to evaluate whether Aspose.Slides.NET suits the needs of a client, however it doesn’t appear to recognise the temporary license I just received.

I’ve set the license as an embedded resource and double checked that the name is correct but when I call license.IsLicensed() it always returns False, with the watermarks and truncated text remaining.

I have tried several permutations of .Net runtime and Aspose.Slides.NET versions, with no luck.

Is it possible the license is invalid?
Or are there glaring mistakes in the way I’m setting the license?

using Aspose.Slides;

// Set the license
var license = new License();
license.SetLicense("Aspose.Slides.NET.lic");

// Check license
Console.WriteLine($"IsLicensed = { license.IsLicensed() }");

Requesting a new temporary license resolved the issue

@milesflavel,
Thank you for contacting support.

We are glad to know that your issue has already been resolved. Please feel free to ask any questions related to Aspose products.