2

ArgumentException: Invalid appId Parameter name: appId : ID=3737.V2_Soap.Translate.30597BC0

I am getting the above error message everytime I try to run the translate service.

The error is pointing me to the below c# code for references.cs

public string EndTranslate(System.IAsyncResult result) {
                object[] _args = new object[0];
                string _result = ((string)(base.EndInvoke("Translate", _args, result)));
                return _result;
            }

I am using this on windows phone 7 and it had worked previously but now i am getting this error.

4

1 回答 1

2

其实就是因为这个

早在 2011 年 9 月,我们就反对将 Bing AppID 用于翻译服务。实际上,现有的和新的 AppID 一直持续到昨天。我们现在已禁用新的 Bing AppID:使用在 2012 年 3 月 31 日之前未与 Translator 服务一起使用的 Bing AppID 的请求将被拒绝。

请升级到 Azure 市场令牌的安全方法。

我有同样的错误,我现在正在努力从Azure Translate.

于 2012-04-19T14:51:38.737 回答