在本教程中:http : //www.asp.net/web-api/videos/getting-started/custom- validation Jon使用
dynamic error = new JsonObject();
与
using System.Json;
我猜这里是JsonObject:http : //msdn.microsoft.com/zh- cn/library/system.json.jsonobject( v=vs.110) .aspx位于:
我已经添加了System.Runtime.Serialization参考,但仍然找不到System.Json。
我看错了Microsoft文档吗?(我正在使用.NET 4.5)
试试这个:
PM> Install-Package System.Json -Version 4.0.20126.16343
每位:http : //nuget.org/packages/System.Json
有效!
如果您对如何添加输入nuget代码有疑问,请点击下面的链接:http ://docs.nuget.org/docs/start- here/using-the-package-manager-console