Two weeks ago, we required a full license for creating and reading barcodes. The license you provided us works pretty well for creating barcode but not for reading them. If we try to decode a barcode, an exception rises and tell us that the evaluation version is only able to work with code39. Are we missing something?
Hi,
Thank you for inquiry.
Please check if you set the license for both barcode generation and recognition as mentioned at this page.
//Instantiate an instance of license and set the license file through its path
Aspose.BarCode.License licCreate = new Aspose.BarCode.License();
licCreate.SetLicense(“Aspose.BarCode.lic”);
Aspose.BarCodeRecognition.License licRec = new Aspose.BarCodeRecognition.License();
licRec.SetLicense(“Aspose.BarCode.lic”);