system.json.dll无法在asp.net应用程序中添加引用 [英] system.json.dll not able to find in add reference in asp.net application

查看:137
本文介绍了system.json.dll无法在asp.net应用程序中添加引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi,
system.json.dll not able to find in add reference in asp.net application. because i did not add it in dll. becuasue not able to find downloading system.json.dll. how to add system.json.dll in my project reference


 i am using.

asp.net v4.0.



请帮助我..谢谢提前。


pls help me..thanks in advance.

推荐答案

请尝试以下命名空间:



System.Runtime.Serialization;



System.Runtime.Serialization.dll,System.ServiceModel.dll和System.ServiceModel.Web.dll





谢谢,

BS
Please try this following namespace:

System.Runtime.Serialization;
or
System.Runtime.Serialization.dll, System.ServiceModel.dll and System.ServiceModel.Web.dll


Thanks,
B.S


the JSon classes are mostly part of

Assembly:System.Runtime.Serialization

Which came with .NET 3.5 and 4.0

You can find them in the following namespace:

System.Runtime.Serialization.Json


这篇关于system.json.dll无法在asp.net应用程序中添加引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆