Hi,
I am converting a .NET 2.0 (Visual Studio 2005) to .NET 4.5 (Visual Studio 2013). I opened the project with VS 2013 and it asked to convert the project. I build
the project and the "Type JavaScriptSerializer' is not defined" error shows up. I looked at the Reference manager and it is missing System.Web.Extension dll. I right
clicked on the Reference and see the "Targeting .NET Framework 2.0" at the top and don't see the System.Web.Extension when I scrolled down the Framework list.
Is the project converted to .NET 4.5? Why can't I find the System.Web.Extensions dll in Framework?
Go to the complete details ...