Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
SQL
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.
Posted

Please try this following namespace:

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


Thanks,
B.S
 
Share this answer
 
v2
CSS
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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900