I am working on a project where I have a C# class library which needs to use the System.web.HttpContext. I\'ve done this before in another project without probl
System.web.HttpContext
Despite your comment that you've added reference to System.Web to the project it is still most likely reason of what you are seeing.
The classes you see are coming from System.Dll, not System.Web.Dll.