【发布时间】:2012-04-30 23:11:03
【问题描述】:
ArgumentException:无效的 appId 参数名称:appId: ID=3737.V2_Soap.Translate.30597BC0
每次我尝试运行翻译服务时都会收到上述错误消息。
错误将我指向下面的引用.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 上使用它,它以前可以工作,但现在我收到此错误。
【问题讨论】:
标签: windows-phone-7 reference bing translate