SqlCeDataAdapter给出了MissingMethodException

时间:2012-01-10 07:16:09

标签: c# mobile compact-framework sql-server-ce

我正在使用紧凑框架在window mobile中运行C#console应用程序。我正在尝试以下代码

SqlCeDataAdapter dbAdapter = new SqlCeDataAdapter(query, CreateConnection());
dsMobileLog = new DataSet();
dbAdapter.Fill(dsMobileLog);

但我在MissingMethodException

中找到了dbAdapter.Fill(dsMobileLog);

0 个答案:

没有答案