Within my project I have gotten this error:
Error 1 The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
So, basically I attempted to add "system.web" as a reference to my project, but there is no such thing exist in my .NET framework.
How can I install "system.web"?