PocketPc 2003 -> WinCe.net 4.20

  • Thread starter Thread starter Amirallia
  • Start date Start date
A

Amirallia

Hello,

I developed an application on PocketPc 2003 with VS.Net 2003 and all is
ok, I try to deploy this application on a WinCE.net and I obtain an
error when opening a SQLCE connection :

Dim ConnDB As New System.Data.SqlServerCe.SqlCeConnection
ConnDB.ConnectionString = "Data Source=\Inv\Inv.sdf"
ConnDB.Open()

I have the message "MissingMethodException"
Must I modify something in VS.NET 2003?

Thank you
 
Does the CE.NET device *have* the SQL components in it's operating system?
The device OEM can put whatever they want (or not put whatever they don't
want), into the OS...

Paul T.
 
Back
Top