I am trying to use:
using System.Web.UI.HtmlControls;
In windows forms, but it tells me a reference is missing. So I went in the add reference but System.Web isn't on the list. I even tried going to the physical location of System.Web.Dll but when I added it it told me that it can't find the assembly.
I have no problem importing the assembly in an ASP.NET application.