Aspose.Cell Licence Problem

Hello,

I' am using the last binary 3.9.1.0 with an Aspose.Cells.lic.
If I try a console application and set the licence, all is working without evaluation warning.

But, in a Web context (Asp.Net 1.1) I'have ever the EVALUATION COPYRIGHT WARNING, could you help me please.

here it's my code

License licence = new License();

licence.SetLicense(@"D:\Projet\Inpec\VSS\Source\Sncf.Dsit.Inpec.WebUI\bin\Aspose.Cells.lic");

Workbook excel= new Workbook();

excel.Open(repertoireWeb + @"\@Modeles\"+"StatsModele.xls");

...

excel.Save(pathfile);


Hello,

I have moved this post here so that a developer can help you make sure that you are setting the license correctly. You will be helped shortly. Thank you.

I'have resolved my problem.

Thanks