MissingMethodException

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

Guest

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

David Stevens

I am trying to load data from a Database on my laptop, acroos
ActiveSync or a Wireless connection.
Thanks.
 

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