在 C# 中解码条形码图像
有人能够使用以下链接中给出的条形码解码应用程序吗?我无法运行该应用程序。
参考链接:http://www.codeproject.com/KB/graphics/BarcodeImaging3.aspx
我下载了源代码并将其引用添加到我的项目中。
当我在 VS 2008 中调试代码时,它会显示一个弹出窗口,其中包含:
以下模块是用 启用优化或不调试 信息 : C:\Windows\Microsoft.Net\Framework\v2.0.50727\Temporary 网络平台 文件\根\7c06d97f\c871fca3\程序集\dl3\1ed1f335\00d7b454_9450ca01\BArcodingImaging.DLL
因此,未到达类库中方法 (ReadBarcode) 处的断点:clsBarcodeImaging.cs
Has anybody been able to use the barcode decoding application given on the following link? I am unable to run the application.
Reference Link: http://www.codeproject.com/KB/graphics/BarcodeImaging3.aspx
I downloaded the source code and added its reference into my project.
When I debug the code in VS 2008, it shows me a pop-up containing:
The following module was built with
optimizations enabled or without debug
information :
C:\Windows\Microsoft.Net\Framework\v2.0.50727\Temporary
ASP.NET
Files\root\7c06d97f\c871fca3\assembly\dl3\1ed1f335\00d7b454_9450ca01\BArcodingImaging.DLL
Because of this, the breakpoint at the method (ReadBarcode) in the class library is not reached: clsBarcodeImaging.cs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 zxing.net 插件,它有助于从位图图像解码条形码
https://github.com/micjahn/ZXing.Net
或尝试
NueDynamicsBarcode sdk
Try zxing.net plugin it help to decode barcode from bitmap image
https://github.com/micjahn/ZXing.Net
or try
NueDynamicsBarcode sdk