I am having a lot of trouble getting a basic scenario to work on windows mobile 5.0 emulator. I have a winforms app that eventually calls into native code. Deployment work
To extend Jared's answer, four more common reasons to get a MissingMethodException while P/Invoking in the CF:
Have you verified the DLL entry points are undecorated with something like dumpbin?