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
Just to add some input incase someone else gets hung up on this. If you are in a Unit test project or a Class Library that links back to an MVC project, you may have references to System.Web.Mvc. This DOES NOT INCLUDE System.Web. You must add both if you need something Mvc specific (like a SelectList) AND HttpContext