You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.NullReferenceException: Object reference not set to an instance of an object.
at NetBarcode.Types.EAN13.GetEncoding()} | System.NullReferenceException
CODE:
var barcode = new Barcode(newStringValue, TypeNet.EAN13, true); <--- Exception origen
use implement
using NetBarcode;
using TypeNet = NetBarcode.Type;
Ambient:
Ubuntu 20.04
NetCore 3.1
The text was updated successfully, but these errors were encountered:
System.NullReferenceException: Object reference not set to an instance of an object.
at NetBarcode.Types.EAN13.GetEncoding()} | System.NullReferenceException
CODE:
var barcode = new Barcode(newStringValue, TypeNet.EAN13, true); <--- Exception origen
use implement
using NetBarcode;
using TypeNet = NetBarcode.Type;
Ambient:
Ubuntu 20.04
NetCore 3.1
The text was updated successfully, but these errors were encountered: