Jump to content

Using System.Web

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
While using system.web I get an error: HttpUtility() not included in any namespaces. I have "using System.Web" in the file. Am I missing something?

#2
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
You need a reference to the System.Web assembly (dll). How to do so depends on your IDE, but in VS you right click the Project and do Add References.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yes, you need the dll as a resource.