Calling methods of Unmanaged dll
-
Hello All, I have an unmanaged dll (xxx.dll). I want to use the methods of this dll in a c# windows application. But I'm getting the following error while executing the code: Unable to load DLL '...'. The specified module could not be found. [Exception from HRESULT: 0x8007007E] I have also placed the dll in System32 folder. Any ideas to solve this issue? Thanks in advance :)Shahtech:)
-
Hello All, I have an unmanaged dll (xxx.dll). I want to use the methods of this dll in a c# windows application. But I'm getting the following error while executing the code: Unable to load DLL '...'. The specified module could not be found. [Exception from HRESULT: 0x8007007E] I have also placed the dll in System32 folder. Any ideas to solve this issue? Thanks in advance :)Shahtech:)