문제

When i try to run the project i get the error: The type or namespace name 'BarcodeWriter' does not exist in the namespace 'ZXing.Presentation' (are you missing an assembly reference?) and The type or namespace name 'BarcodeWriterGeometry' does not exist in the namespace 'ZXing.Presentation' (are you missing an assembly reference?) i did install the NuGet Package but i see that under zxing.presentation on References there is only 1 class > BarcodeReader i dont see the BarcodeWriter class.

what am i missing?

도움이 되었습니까?

해결책

You have mixed the current source of the demo from the repository with the assemblies of the latest released version. The source in the repository is newer and uses some classes which are available with the next version of ZXing.Net.

Please use the complete source from the repository (library and demo) or use the sources of the demo from the download section at codeplex. https://zxingnet.codeplex.com/releases/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top