HDF5DotNet library error with VS 2008 in winxp 32 bit

I am trying to compile and Run CsharpExample 1 with VS2008
Getting the following errors when starting example

System.IO.FileNotFoundException was unhandled
  Message="The specified module could not be found. (Exception from
HRESULT: 0x8007007E)"
  Source="CSharpExample1"
  StackTrace:
       at CSharpExample1.Program.Main(String[] args)
       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[]
args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence
assemblySecurity, String[] args)
       at
Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object
state)
       at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException:

Anybody has seen this before?

In our experience, the most common reasons an error like this will appear
are

1) The proper MSVCRT dlls are not in your path
2) The proper HDF/ZLIB/etc. dlls are not in your path
3) everything is in your path, but the wrong architecture, e.g. 32-bit vs
64-bit.

Cheers,

Sebastian

···

On Tue, Feb 23, 2010 at 11:20 AM, <Stanislav.Seltser@sungard.com> wrote:

I am trying to compile and Run CsharpExample 1 with VS2008
Getting the following errors when starting example

System.IO.FileNotFoundException was unhandled
Message="The specified module could not be found. (Exception from
HRESULT: 0x8007007E)"
Source="CSharpExample1"
StackTrace:
      at CSharpExample1.Program.Main(String[] args)
      at System.AppDomain._nExecuteAssembly(Assembly assembly, String[]
args)
      at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence
assemblySecurity, String[] args)
      at
Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
      at System.Threading.ThreadHelper.ThreadStart_Context(Object
state)
      at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
      at System.Threading.ThreadHelper.ThreadStart()
InnerException:

Anybody has seen this before?

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org