I am working on Windows Mobile application.
Whenever I download some sample which is using wrapper around native code (using DllImport), it always gives "Can't find PInvoke DLL" error.
I am using VS 2005 with C# on 64-bit Windows 7 OS.
I have checked many of solution on stackoverflow as well as othersites, but with no solution to my problem.
If its 64-bit OS problem, what are the steps to get that dll compiled for 64-bit? I tried to change platform to x64 through Configuration Manager, but not working.