I was trying to solve the issue reported here (Can't find an Entry Point 'sqlite3_open_interop' in a PInvoke DLL 'System.Data.SQLite.DLL') and started to build from source. I noticed that the ARM build is using the x64 build (if my port from VS2008 to VS2005 was correct), so I tried to create the CE build to reporduce (and fix) the problem. The compilation failed because the CreateFileA, DeleteFileA, GetFileAttributesA and LoadLibraryA. After solving this I found the that the issue was reported in SQlite ticket 3296.