system.runtime.serialization.json not found solution [Solved]

Posted by Unknown
system.runtime.serialization.json not found solution [Solved]:

while am doing code with windows phone i found a issue is that i didn't find the name space system.runtime.serialization.json
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:

Post a Comment

 
test