CF2.0SP1 What CAB files to deploy for SQLCE on WinCE4.2 ?

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

I've dwnloaded the beta SP1 of CF2.0 and I'm trying to port my application
to WinCE4.2.
Currently I get "p/invoke" exceptions when calling SqlCeConnection.Open.
So which cab file should I deploy on the device to install Sql ServerCE on a
WinCE4.2 device?
Can we expect designer support for WinCE4.2 devices?

Thanks
 
There is no SQL Mobile CABs for CE 4.2 yet. SQL Mobil is not a part of NETCF
and will be released separately.

If your device is ARMV4 based, you can try PPC 2003 SQL Mobile CAB for now.



There will be no CE 4.2 support in VS 2005, but you should be able to use CE
5 project type as long as NETCF V2 is installed manually on to CE 4.2
device. If you using CE 4.2 x86 device deployment and debugging won't work.
Other CE 4.2 devices should be ompatible with VS 2005 even though there's no
official support for that.



--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top