Hello
Is there anyone have the same situation??
「I already bought a formal edition of Aspose.GIS.NET.lic . But I recently have some situation for my website. My program can’t always transfer shp file to json correctly. It will show the error message ,like “System.InvalidOperationException: Evaluation limit exceeded: 100 features per file”. But when I try again to activate my program , it will work again. I have no idea why it happened and when it happen.」
Hi, @sundermofa
Thank you for choosing our product.
Could you please provide your code to install the license?
The easiest way to set a license, is to put the license file in the same folder as that of Aspose.GIS.dll and specify just the file name without its path.
// Instantiate an instance of license and set the license file through its path
Aspose.Gis.License license = new Aspose.Gis.License();
license.SetLicense("Aspose.GIS.lic");
More information: Licensing|Aspose.GIS for .NET
Best Regards.