PocketPc 2003 -> WinCe.net 4.20

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
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top