I am trying to use the HTTP functions contained in the System.Web.dll assembly. However, while the dll seems to exist in the same directory as all the other links to the Visual Studio 2010 DLLs in my project, it cannot connect and generates a warning - "The specified component" System.Web "was not found." However, the dll is in the same folder as all the others referenced by the project, and selecting it in the "View Link" mode allows me to add it, after which it does not fill in the "Path" property. Am I doing something wrong? How can I make System.Web available in my project?
Any help is much appreciated!
Edit: I do not have a link to System.Web on the .Net tab of the Add Link window.
JoeR Sep 18 '10 at 12:32 2010-09-18 12:32
source share