关于创建客户端的Keynotfoundexception

时间:2013-03-25 12:53:18

标签: c# wcf windows-phone-7

我的WP项目中出现此错误:

An exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.ni.dll but was not handled in user code

在此:

   AzureService.AzureServiceClient client = new AzureService.AzureServiceClient();

client =来自WCF Web服务的客户端。

这里发生了什么?

1 个答案:

答案 0 :(得分:0)

当操作尝试使用该集合中不存在的密钥从集合中检索元素时,抛出KeyNotFoundException。

所以我认为当你注册你的服务时你有问题,你在注册和被叫服务之间设置不匹配