system.runtime.serialization.json not found solution [Solved]
system.runtime.serialization.json not found solution [Solved]:
i found issue was when we are using async programming system.runtime.serialization.json will not work
In order to fix these issue we have to give reference of System.ServiceModel.Web.dll
so we have to give 2 reference
using System.ServiceModel.Web.dll;
using system.runtime.serialization.json;
hope this will help your in coding
Labels:
WindowsPhone
thanks for this post