dBarcode.NET components will behave as Testware versions (generating deface barcode and truncated pattern strings) unless correctly licensed.
Single computer versions of the components are licensed for use only on a single computer. Developer versions permit applications built with the dBarcode.NET components to be distributed up to a maximum distribution of 10,000 copies.
Developer versions require the developer’s serial number to be passed to the component using the Serial property before the Barcode() method is called. The Serial property should be set to the serial number provided for your product, e.g.
Abcnet1.SerialNo="12345" for VB
abcnet1.SerialNo="12345"; for C#
abcnet1.set_SerialNo("12345"); for J#
Single computer version should NOT use the Serial property.
More: