In a WPF project, I’m trying to add System.Web as a reference but in Project -> Add Reference -> .NET there’s no System.Web.
alt text http://img580.imageshack.us/img580/3406/addreference.png
Any ideas?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you targeting the client profile rather than the full version of the framework?
I think the default target type in VS2010 for client applications (WPF, WinForms etc) is the client profile, which doesn’t include
System.Web.