This license is disabled, please contact Aspose to obtain a new license.
License set successfully.
why?
This license is disabled, please contact Aspose to obtain a new license.
License set successfully.
why?
Could you please provide more details about how you are setting the license and the specific code you are using to do so?
public static void SetLicense()
{
// Initialize license object
Aspose.PSD.License license = new Aspose.PSD.License();
try
{
// Set license
license.SetLicense("Aspose.PSD.NET.lic");
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
Console.WriteLine("License set successfully.");
}