Can anyone get this project to work? (EasyHook)
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-19T04:15:22Z
Indexed on
2010/05/19
4:20 UTC
Read the original article
Hit count: 419
c#
Hi, i'm trying to 'load' the following project into visual studio 2010 but im getting errors about dynamic link libraries not being found. I have manually referenced them but it doesnt like them. The project is:
http://www.codeproject.com/KB/DLL/EasyHook64.aspx
2nd link down (EasyHook_2.5_Beta_Source_Code), and the project im wishing to load is EasyHook_2.5_Beta_Source_Code\Examples\ProcessMonitor
The two dlls plus 1 executable i need are found in the first link (EasyHook 2.5 beta binaries) and named EasyHook.dll, EasyHook32.dll and EasyHook32svc.exe
I've been trying to do this all night but i wonder whether its because im using VS2010 and .NET 4.0??
I'd be so appreciative if someone could have a go themselves just to see if its my setup or they get errors to.
The error i get is:
Unable to load DLL 'EasyHook32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
© Stack Overflow or respective owner