Cannot this Barcode

Hi,

I’m using version 17.8 and I can’t read this barcode using this code (see below). Can you tell me what is wrong?

Barcode type is code128.

Thank you,
Ted

using (BarCodeReader reader = new BarCodeReader(fileName, DecodeType.Code128))
{
while (reader.Read())
{
string barcodeText = reader.GetCodeText().Trim();

  if (!retVal.Any(c => c.BarcodeText == barcodeText))
  {
    // some code here
  }

}
}

@TMendiola,

We have investigated the issue at our end. Initial investigation shows that the issue persists. The issue has been logged into our system with ID BARCODENET-36689 for further investigation. We’ll update you here once there is some information or a fix version available in this regard.

Thanks ikram. Let me know if there is fix for this.

Btw, I have to remove the image from my previous post. Let me know if you still need the image.

@TMendiola,

We will update you here in this forum thread as soon as any update is available. Furthermore you may remove image from the post.

@TMendiola,

The issue (BARCODENET-36689) has been resolved. Please download the latest version of Aspose.BarCode for .NET and try it at your end.