I created a C# library project. The project has this line in one class:
JsonConvert.SerializeObject(objectList);
I'm getting error saying
the name JsonConvert doesn't exist in the current context.
To fix that, I added System.ServiceModel.Web.dll
to references but had no luck. How can I solve this error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…