创建客户端时Keynotfoundexception

本文关键字:Keynotfoundexception 客户端 创建 | 更新日期: 2023-09-27 18:05:50

我在我的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服务的客户端。

这是怎么回事?

创建客户端时Keynotfoundexception

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

所以我认为当你注册你的服务时你在调用时遇到了问题,你设置了注册服务和调用服务之间的不匹配

相关文章:
  • 没有找到相关文章