在 C# 中解码条形码图像

发布于 2024-10-26 04:38:14 字数 572 浏览 5 评论 0原文

有人能够使用以下链接中给出的条形码解码应用程序吗?我无法运行该应用程序。

参考链接: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\BArcodingIm­aging.DLL

Because of this, the breakpoint at the method (ReadBarcode) in the class library is not reached: clsBarcodeImaging.cs

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风铃鹿 2024-11-02 04:38:14

尝试 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文