Question

I need to use the System.Web.Script.Serialization assembly as well as some others from System.Web, but when I type using System.Web. it only gives me 3 options of assemblies, none of which are what I'm looking for. I'm using .Net 4.5. Thanks.

Was it helpful?

Solution

You need to add a reference to your project:

System.Web.Extensions
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top