MissingMethodException

  • Thread starter Thread starter David Stevens
  • Start date Start date
D

David Stevens

I have an application running on a symbol device running PocketPC.
This app work on a previous demo symbol device also running PocketPC,
but after we purchased a new device we get a MissingMethodException on
the following command: sql.SqlDataAdapter1.Fill(data)
If I run in the emulator everything runs fine. Any ideas? I have tried
a hard reset and re-applying the .net compact framework service pack.
Thanks.
 
Are you using SqlDataAdapter to load data from SQL Server CE? If so, it
could simply be that SQL Server CE is not installed on the new device.
Perhaps it works on the other device and the emulator since SQL Server CE is
installed in both of those places.
 
I am trying to load data from a Database on my laptop, acroos
ActiveSync or a Wireless connection.
Thanks.
 
Back
Top