SQL CE 2.0 in CF1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I want to use the SQL CE 2.0 and CF 1.1 in my CE device but got connection
error. When I execute the SqlCeConnection.Open(), I got the
'MissingMethodException' error. The connection string is as follow

"Data Source =\FlashDisk\test.sdf"

The sdf file was created by isqlw20.exe. Is there missing from the
connectingString? How can I successfully connect to the sdf?

Thanks for any help!

Tedmond
 
Sounds like you might not have SQLCE installed on the device. It's not part
of the CF, so just installing the CF isn't enough.
 
Ensure you installed the correct version for your device OS, although i'd
expect the CAB installer to fail if this was in fact the wrong one.
 
Back
Top