How to Fix: “The name ‘HttpUtility’ does not exist in the current context”
Posted by Johan Cyprich on 30 Jun 2011 | Tagged as: How To, Programming
The HttpUtility class is a part of System.Web in Visual Studio and should be available in .NET 4.0. If you include this library in your application and an error is being generated, check the properties of the project. In the Application tab, the Target framework should not be a Client Profile, but the full framework, [...]
Loading...