I'v Visual studio 2013 Professional with update-4. I have a DLL library, written in Visual C++ and compiled in Visual studio 2012.
I wrote a wrapper (DLLImport attribute) to call native c++ dll function through my C# methods. I have also installed Visual C++ redistributable 2012 for visual studio 2013. I have also placed C++ DLL file in current working directory (debug directory)... I also used dependency walker, but could't get any idea from dependency walker, because dependency walker has same error and message from those .exe and .dll modules which are properly working and this native c++ dll. So I can't get help from dependency walker. but even all doing above, I'm unable to load C++ dll file through my code ... I receive this error "unable to load dll, the specified module couldn't be found. (Exception from HRESULT: 0x8007007E) Please help me. Thanks