GridWeb Control license

I have an Apose Total license that we have been using for Aspose Words, however we have now started to use the Aspose cells GridWeb Control and the evaluation comment is appearing in the web form on the test site even though I have instansiated a new license and pointed it at the Total license.

Please help.

Cheers

Hi,


Please make sure that you have instantiated and set licensing code in your web project for Aspose.Cells.GridWeb control:
e.g
//Instantiate an instance of license and set the license file through its path
Aspose.Cells.GridWeb.License license = new Aspose.Cells.GridWeb.License();

license.SetLicense(“MyLicense.lic”);


See the complete document for your reference:
http://docs.aspose.com/display/cellsnet/Licensing


Thanks that resolved the issue.

Hi,


Good to know that your issue is resolved now.

Feel free to contact us any time.

Thank you.