UshaP
UshaP

Reputation: 1291

HDF5 .Net wrapper

I'm getting ( http://www.hdfgroup.org/projects/hdf.net/)

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

from the dependency walker i'm seeing that SZLIBDLL.DLL is missing i tried to download it from random place but then i got another error.

Does any one had that problem? i tried also vs2005 and vs2008

Thanks, Pini.

Upvotes: 1

Views: 2012

Answers (2)

Matt Williams
Matt Williams

Reputation: 1714

You can also see this message if you're trying to run the 64-bit DLL in a 32-bit environment, or vice-versa.

Upvotes: 1

Mason Blier
Mason Blier

Reputation: 140

These are the binaries Agilent directs you to use:

ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/old/windows/

Are you making sure the directories are your search paths? Same directory is usually sufficient, but it may be looking someplace else. If you try these binaries and get a -different- error, let me know.

Upvotes: 1

Related Questions