I am developing an application for Windows Mobile 6 using an emulator. When I try to open the database connection to the SDF file it is throwing an exception that it is not able to connect or find the file. My questions are:
- Where on the mobile device is the SDF file supposed to be deployed?
- Does the SDF file get automatically deployed to the emulator when I build the project (like in then windows forms app) or do I have to do that manually?
Any help would be appreciated.