Silverlight File Not Found System.Runtime.Serialization on Deserialization from Newtonsoft
问题 I am getting an exception when trying to deserialize JSON. It is my understanding that this file is provided by the Silverlight Runtime on the users local file system and should not need to be included in the the XAP files. T result = default(T); result = JsonConvert.DeserializeObject<T>(data); Any ideas as to why I am getting this error? Exception encountered: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral,