c# - Windows Phone 8 Translator App Throws Errors -


so followed directions on msdn's http://blogs.msdn.com/b/translation/p/windowsphone8.aspx tutorial page using translator. debugging on device. loads on phone , can type in text. once hit translate nothing happens @ all. not anything. did update client id , client secret says on account information registered app. know correct, because if type in differently throws errors , crashes program.

the console output while program running (hitting translate) follow:

an exception of type 'system.runtime.serialization.invaliddatacontractexception' occurred in system.runtime.serialization.ni.dll , wasn't handled before managed/native boundary first chance exception of type 'system.runtime.serialization.invaliddatacontractexception' occurred in system.servicemodel.web.ni.dll exception of type 'system.runtime.serialization.invaliddatacontractexception' occurred in system.servicemodel.web.ni.dll , wasn't handled before managed/native boundary


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -