我在我的 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();
客户端 = 来自 WCF Web 服务的客户端。
这里发生了什么事?