2

ArgumentException:無効なappIdパラメーター名:appId:ID = 3737.V2_Soap.Translate.30597BC0

翻訳サービスを実行しようとするたびに、上記のエラーメッセージが表示されます。

エラーは、references.csの以下のc#コードを指し示しています

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

私はこれをWindowsPhone7で使用しており、以前は機能していましたが、現在このエラーが発生しています。

4

1 に答える 1

2

Actually, it is because of this.

Back in September 2011, we deprecated the use of Bing AppIDs for the Translator service. In reality, existing and new AppIDs continued to work until yesterday. We have now disabled the use of new Bing AppIDs: requests using a Bing AppID that has not been used with the Translator service before March 31, 2012 will be denied.

Please upgrade to the secure method of Azure Marketplace tokens.

I have the same error, I am working now to obtain that new token from Azure Translate.

于 2012-04-19T14:51:38.737 に答える