G
Guest
Hi,
I'm trying to use a third party DLL (provided by the PDA manufacturer) in my
..net CF 2.0 application. I copy the dll on my device (Pocket PC Windows
mobile 2003) in \Windows directory and in my application directory. When I
run the program, I got error:
"System.MissingMethodException: DLL PInvoke 'thirdpartydll.dll' not found."
I enable loggin on compact framework and I found this message:
"Failed to find/load [thirdpartydll.DLL] (even in [\SDMMC Disk\myApp\])"
I read that it can be a memory problem. I only have 128M of memory. Since
the file exist, on device, what's the problem ?
Thanks.
I'm trying to use a third party DLL (provided by the PDA manufacturer) in my
..net CF 2.0 application. I copy the dll on my device (Pocket PC Windows
mobile 2003) in \Windows directory and in my application directory. When I
run the program, I got error:
"System.MissingMethodException: DLL PInvoke 'thirdpartydll.dll' not found."
I enable loggin on compact framework and I found this message:
"Failed to find/load [thirdpartydll.DLL] (even in [\SDMMC Disk\myApp\])"
I read that it can be a memory problem. I only have 128M of memory. Since
the file exist, on device, what's the problem ?
Thanks.