jonasfj / zbar-sharp

.Net/Mono bindings for zbar
http://jonasfj.github.io/zbar-sharp/
GNU Lesser General Public License v2.1
41 stars 25 forks source link

System.DllNotFoundException: 'Unable to load DLL 'libzbar-0': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' #10

Open Cloudmersive opened 5 years ago

Cloudmersive commented 5 years ago

Having issues. When I try to run the example, I get this error:

System.DllNotFoundException: 'Unable to load DLL 'libzbar-0': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'

Any thoughts on why this is happening?

obie73 commented 5 years ago

Same issue here!

LueTheShoe commented 3 years ago

Late but maybe someone else has similar problem: Download and install zbar-0.10-setup.exe and get "libiconv-2.dll" from the install directory and copy it to your application path... it seems there is a dependency issue and this dll is missing!

Exedore commented 3 years ago

Nailed it. Had the same problem and LueTheShoe solved it. Thanks man, much appreciated.