Hello,
I’m getting the following error during loading my temporary license:
Failed to set license. Details: The license is not valid for this product.
I’m using the following code:
System::SharedPtr license = System::MakeObject();
System::String licFile(“Aspose.Email.lic”);
license->SetLicense(licFile);
Can anybody help me on this issue?
Thanks