barnhill / barcodelib

C# Barcode Image Generation Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Framework 4.8

talley opened this issue · comments

It does not work with .NET Framework 4.8

The example application in this repo uses .NET Framework 4.8 ... is there something else you are seeing?

.NET Framework 4.8 project Compiler Error CS0234 "The type or namespace name "Barcode" does not exist in the namespace "BarcodeLib" (perhaps there is no reference to the assembly)."

Barcode exists only in BarcodeStandard, but Encode method has not the same signature.