System.Web.UI not available in console app?
Posted
by Walter
on Stack Overflow
See other posts from Stack Overflow
or by Walter
Published on 2010-06-13T17:30:12Z
Indexed on
2010/06/13
17:32 UTC
Read the original article
Hit count: 221
c#
Hey everybody,
Im trying to write a quick console app that outputs data to an HTML file, however im having trouble accessing the System.Web.UI namespace.
Adding System.Web to my references places a warning icon on top of the reference name in the solution explorer and System.Web is not available in the .NET reference list (in order for me to actually add it to the project I have to go to the object browser and add it from there).
Anybody have any ideas about what I could be missing?
Thanks alot people!
© Stack Overflow or respective owner