I'm probably getting ahead of myself, but I wanted to throw together a simple app that pulls down a JSON source and displays the information from it. I brought in Newtonsoft JSON.Net but when I get to the DeserializeObject call it throws an exception:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.5.0
I assume that means the deployment process doesn't push over the binary dependency. So my question is, should it? Or is this type of thing even supported?