windows-phone-7 - 无效的 appId 必应翻译 (WP7)

标签 windows-phone-7 reference bing translate

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

每次尝试运行翻译服务时,我都会收到上述错误消息。

错误将我指向以下引用的 C# 代码。cs

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

我在 Windows Phone 7 上使用它,之前它可以工作,但现在我收到此错误。

最佳答案

其实是因为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.

我遇到了同样的错误,我现在正在从 Azure Translate 获取新 token 。

关于windows-phone-7 - 无效的 appId 必应翻译 (WP7),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10228050/

相关文章:

c# - 在c#中声明一个全局变量

windows-phone-7 - 使用 ExpanderView & Binding 时页面加载缓慢(Windows Phone 7)

c# - 通过代码包含程序集? C#

https - CppRestSDK https 请求不工作

seo - 在这种情况下使用 <a href ="http://name.com"rel ="noindex, nofollow">name</a> 是个好主意吗?

c# - Windows Phone 7 : Making ListBox items change dynamically

pointers - 不了解如何在 Rust 中访问向量的元素

java - 检查对象是否被引用,以防止在不修改数据库的情况下软删除

silverlight - Silverlight 4 和 Windows Phone 7 的 Bing map 控件中的交互式图层

c# - C# 中除法的第二次计算时间差为零