I have some problems with dll
. When I make dll
without using of lib
files (which I need), everything is fine. But when I'm trying to use some functions in dll
that uses functions in lib
then some exception appears:
System.DllNotFoundException, cant load a dll module (exception from HRESULT:0x8007007E).
dll
file is in correct place.
P.S. using Visual Studio 2010.
What could be wrong?