Click here to Skip to main content
15,909,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
could not be found (are you missing a using directive or an assembly reference?)

why do i get this error in using "using Bytescout.BarCodeReader in C#. what should i use for this.
Posted

Looks like you need to refer Bytescout dll reference in your project.
I guess you need to have Bytescout barcode reader SDK[^] for it.

Once that is installed, necessary DLL's would be available for reference.

Sample link[^] to use it.
 
Share this answer
 
I think you meant this to be a comment on an existing answer?
Please use the "Add Comment" facility instead of posting a new question, as it may not get back to the person you want to.
Add a comment to this, and I'll delete this question to keep things tidy!
 
Share this answer
 
if you are using other assemble or third party sources you need to take it reference. otherwise you will not able to use any object of Assemblies.
this is basic concept of Object Oriented Programming.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900