首页 > Web开发 > 详细

The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)

时间:2014-11-14 01:25:37      阅读:340      评论:0      收藏:0      [点我收藏+]

应该说是 .net4 的bug,没有所谓的 System.Web.Extensions.dll 库文件,需要将项目的 Target Framework修改为 3.5版本,才能加载System.Web.Extensions.dll库文件.

我在使用 System.Web.Script.Serialization.JavaScriptSerializer 类解析嵌套的json时)用到.

The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)

原文:http://www.cnblogs.com/listened/p/4096262.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!