Few days ago i can execute my program in a mobile device and emulator without any problem. But now i have the following error Can't find PInvoke DLL 'SQLite.Interop.065.DLL when i execute it in a mobile device but i can execute my program in an emulator (windows mobile 5 ppc r2 emulator) and i don't know why.
http://i48.tinypic.com/25zhz6a.jpg - error in mobile device
http://i48.tinypic.com/25tat8i.jpg - root folder in my mobile device
http://i48.tinypic.com/vytt08.jpg - ppc emulator where my system works without any problem
I manually copied the two dll's of sqlite (system.data.sqlite and sqlite.interop.065.dll) to the root folder of the application in my mobile device (2nd screenshot). i also copy the dll's in the "\windows" and in "\" folder of my mobile device but still no luck. please help.
Any suggestions?