Downloaded the Aspose.BarCode for .NET example. Opened the c# solution in VS2017. There are build errors:
‘BarCodeBuilder’ does not contain a definition for ‘CodabarChecksumMode’ and no extension method ‘CodabarChecksumMode’ accepting a first argument of type ‘BarCodeBuilder’ could be found (are you missing a using directive or an assembly reference?)
The type or namespace name ‘CodabarChecksumMode’ does not exist in the namespace ‘Aspose.BarCode’ (are you missing an assembly reference?)
both errors come from the file
Aspose.BarCode-for-.NET-master\Examples\CSharp\ManageBarCodes\CodabarChecksumMode.cs 37
Please help!
Thank you!