-2

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.

user2602079
  • 1,283
  • 5
  • 20
  • 39
  • Read here: http://msdn.microsoft.com/en-us/library/vstudio/wkze6zky.aspx –  Nov 21 '13 at 01:40

1 Answers1

1

You need to add a reference to your project:

System.Web.Extensions
Chris Barlow
  • 3,274
  • 4
  • 31
  • 52