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
The DLL what you are using doesn't have definition for the method what you are calling.
so the exception occurs..
it compiles fine.. only in run time problem occur..
solution is you need to make sure the definition is present in the DLL or not,else you need to go for some other dll.