码迷,mamicode.com
首页 > 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:28:06      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:io   ar   使用   sp   java   文件   on   ef   as   

应该说是 .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?)

标签:io   ar   使用   sp   java   文件   on   ef   as   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!