Hi,
We are using the Apose.Words for .Net 13.12 integrated into to our application.
But when I tried to upgrade to version 14.4, I am getting an exception when I call SetLicense.
Is there any special I need to do on licensing on the newer version of dll?
Code snippet:
private static void LicenseAsposeWords()
{
Aspose.Words.License licenseWords = new Aspose.Words.License();
licenseWords.SetLicense("Aspose.Words.lic"); // This will get the license file from resource
}
Thanks,
Robert