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.