3

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

3
  • Maybe the answer to these questions may help you find an alternative: stackoverflow.com/questions/191192/… and stackoverflow.com/questions/604233/… and stackoverflow.com/questions/613881/… Commented Mar 22, 2011 at 7:25
  • If you hit continue on that popup, it should eventually display the exception for you. If not, put a try-catch around the offending code and log the exception somewhere. Commented Mar 22, 2011 at 12:00
  • Actually,that Pop Up get disappear on click on 'OK' shown on this and when i put try catch,it does not go into catch and dont display any exception.Actually the method which i am using that is (ReadBarcode),when i clickon it to go into its definition,then it goes into metadata.So pls tell what to do. Commented Mar 22, 2011 at 14:53

1 Answer 1

2

Try zxing.net plugin it help to decode barcode from bitmap image https://github.com/micjahn/ZXing.Net or try NueDynamicsBarcode sdk

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.