ArgumentException:无效的appId参数名称:appId: ID = 3737.V2_Soap.Translate.30597BC0
每次尝试运行翻译服务时,我都会收到上述错误消息。
错误指向reference.cs
的下面的c#代码public string EndTranslate(System.IAsyncResult result) {
object[] _args = new object[0];
string _result = ((string)(base.EndInvoke("Translate", _args, result)));
return _result;
}
我在Windows Phone 7上使用它,它之前已经有效,但现在我收到了这个错误。
答案 0 :(得分:2)
实际上,这是因为this。
早在2011年9月,我们就弃用了Bing AppIDs 翻译服务。实际上,现有的和新的AppID仍在继续 工作到昨天。我们现在已禁用新的Bing AppID: 请求使用尚未与转换程序一起使用的Bing AppID 2012年3月31日之前的服务将被拒绝。
请升级到Azure Marketplace令牌的安全方法。
我有同样的错误,我现在正在努力从Azure Translate
获取新令牌。