Hello ....,
I'm currently developing a Windows Phone 8 App using Bing Translator API and I got the source code from an official Bing developer page
I've copied the code as it is and only modified the "from" and "to" ( ex: from English to French ) , I activated my API from Azure Marketplace which allows 2,000,000 characters/month
and While testing my code I frequently get an error like this
An exception of type 'System.Net.WebException' occurred in System.Windows.ni.dll but was not handled in user code
I've searched everywhere and I can't find a solution for it , I tried using a different access token ( client id and client secret ) and I'm still getting this error
Mohamed H. Sa'ead