在Windows Mobile Application中使用WCF服务,同时保存记录错误即将到来

时间:2014-11-19 04:46:44

标签: c# wcf windows-phone-8

在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'类型的异常,但未在用户代码中处理

0 个答案:

没有答案