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
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