Hi I just got Aspose.Total and moved License in to the bin folder.
Hi Vlad,
Thank you for your interest in our Aspose products.
I think you are missing one major thing/step; please try setting the license for the Aspose.Words and Aspose.Pdf components because you are using those APIs. In short, you may try adding the following lines to the code for setting the license for the Aspose.Words and Aspose.Pdf products:
Aspose.Words.License license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.lic");
Aspose.Pdf.License license = new Aspose.Pdf.License();
license.SetLicense("Aspose.Total.lic");
Just for your information, you must set the license for each product separately within your projects/applications. For more details, please visit the following documentation links: