在Windows Mobile应用程序中使用WCF服务,同时保存记录错误即将发生以下是我在MainPage.xaml.cs中编写的用于插入记录的代码: - >
ServiceReference1.AdminClient client = new ServiceReference1.AdminClient();
string Username = txtName.Text;
string Password = txtNumber.Text;
string Email = txtemail.Text;
client.InsertLoginAsync(Username, Password, Email);
错误是: - > mscorlib.ni.dll中发生了'System.Collections.Generic.KeyNotFoundException'类型的异常,但未在用户代码中处理