I\'m trying to parse simple json to dynamic object in Windows phone 8. I\'m using Newtonsoft.JSON library with this code:
dynamic response = JObject.Parse(re
Yes, you are not alone, I also faced similar issue ( without hangover ;P )
I just modified the file for a space or line and rebuild the entire solution, started working fine in debug mode also...
Happy Holidays!