Missing Classes in the System.Web Namespace

  • Thread starter Thread starter Typpo
  • Start date Start date
T

Typpo

Hi all,

I'm trying to use System.Web.HttpUtility.UrlEncode() method, but I keep
getting the compiler error:

"The type or namespace name 'HttpUtility' does not exist in the
namespace 'System.Web' (are you missing an assembly reference?)"

I am using System.Web and C# 2005 Express Edition Beta. Of the possible
classes, I am able to use only the first three listed on msdn:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemweb.asp

What am I doing wrong? Thanks in advance.
 
Back
Top