Donate

Cannot find JavaScriptSerializer in .Net 4.0

These are the steps for using it in .NET 4.0

1. Create a new console application
2. Change the target to dot.net 4 instead of Client Profile
3. Add a reference to System.Web.Extensions (4.0)
4. Got access to JavaScriptSerializer in Program.cs now :-)

Source: Cannot Find Javascript Serializer in .NET 4.0

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations