Database expanded stacked barcode with AI 255 not working
A .NET(C#) port of the Zint C library
Brought to you by:
miltonneal
generation of databar expanded stacked barcode with the application identifier of [255] (general coupon number) leads to a ZintNetDLLException with the message that the application identifier is invalid. other AI's like [01] are working correctly as far as i could test
title should be "Databar expanded stacked barcode with AI 255 not working". sorry for the confusion
Hello beytullah gueneyli
The issue was a typo in MessageProcessor.cs file. I had 254 instead of 255 for the AI.
This is fixed now and have uploaded it to the repository. You can download the file and re-compile the source or download the binary. Let me know how you get on. Cheers Milton
Hello Milton Neal,
thank you very much for the quick response. With your fix, the issue is resolved. We can fully use your library now in our company. have a nice day!
issue can be closed