After we updated to 7,6 using NuGet, the project will not run properly
Here are the steps to reproduce our problem:
- Create a new Winforms project
- Add a reference using NuGet to the Aspose.Barcode package. The 7.6 version is available now.
- Add the “Aspose.Total.lic” file as an embedded resource to the project.
- Add the following lines to the beginning of the “Main()” method of the “program.cs” file.
var licBarcode = new Aspose.BarCode.License();
licBarcode.SetLicense("Aspose.Total.lic");
If we run the above project, we get the following runtime error immediately:
This copy of ‘Aspose.BarCode’ has expired and will no longer run. This happened because it was created using an evaluation version of Gapotchenko’s Eazfuscator.NET which is only licensed for testing purposes. You should report this problem to the vendor of ‘Aspose.BarCode’.
Please advise as soon as possible.
Thanks