Issue connecting to SQL Compact Edition on Windows Mobile 6 Emulator

Posted by Chad on Stack Overflow See other posts from Stack Overflow or by Chad
Published on 2010-02-02T14:56:09Z Indexed on 2010/05/23 2:40 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

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:

  1. Where on the mobile device is the SDF file supposed to be deployed?
  2. 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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-mobile