In an Excel ouptut page, I used:
Aspose.Excel.License license = new Aspose.Excel.License();
license.SetLicense("../Aspose.Total.lic");
However, when I try using the same license file in a Word output page, it tells me that
"The license is not valid for this product."
Aspose.Word.License license = new Aspose.Word.License();
license.SetLicense("../Aspose.Total.lic");
Any suggestions?
(I have tried referencing the license file, using a hard-coded, full path also but that did not seem to help.)
Thanks.