DataContractJsonSerializer missing assembly reference
On 7 May 2014 in TechDataContractJsonSerializer class is declared under System.Runtime.Serialization assembly. Even when the assembly is already added to project reference, it’s still complaining about missing assembly.
It’s actually included in System.Servicemodel.Web assembly. Include it to your Windows Phone project reference will solve the error.
Related posts:
-
Windows Phone app dev note
-
Create event based component in C#
-
Using database in Windows Phone app
-
Load JSON data from web in Windows Phone
-
Merge XAML and code-behind file in Visual Studio
Filed under Tech with tags C#, Visual Studio, windows phone
Leave a Reply