|
bzip2.dll
Hi,
I am developing with Ice for .Net using c# with Visual Studio 2005.
Everything works well, except for the fact that each time the Ice.dll is loaded I can see an exception thrown (note that this exception is internally caught, so there is no particular problem for running my program).
This exception say that:
'myprog' (Managed): Loaded 'C:\myprog\bin\x86\Debug\Ice.dll', Symbols loaded.
A first chance exception of type 'System.DllNotFoundException' occurred in Ice.dll
Additional information: Unable to load DLL 'bzip2.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
So it is about bzip2.dll. This dll is not a c# assembly but a c++ one it seems, so I cannot simply add it as a reference in my project.
My question is: how can I ensure that bzip2.dll is found (and thus that compression features are enabled)?
Thanks a lot in advance.
__________________
Sylvain Fasel
Group of Applied Physics
University of Geneva
www.gapoptic.unige.ch
Research in applied quantum cryptography
|