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?
Using System.Web
Started by
Guest_NeedHelp_*
, Jul 26 2006 01:02 PM
2 replies to this topic
#1
Guest_NeedHelp_*
Posted 26 July 2006 - 01:02 PM
Guest_NeedHelp_*
|
|
|
#2
Posted 26 July 2006 - 02:07 PM
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_*
Posted 26 July 2006 - 03:49 PM
Guest_Jordan_*
Yes, you need the dll as a resource.


Sign In
Create Account

Back to top










