System.Web.Hosting namespace missing (solved)
I'm trying to add a barebones HTTP server to a prohect, and have worked out I need to use the System.Web.Hosting namespace. But its not there! VS.NET 2003 shows to reference to it, and typing by hand causes an Unknown Method error. Any ideas?
(Update)
Ok, sorry, it turns out VS wasn't loading the System.Web.dll by default.