No System.Web In VS2010

In a WPF project, I'm trying to add System.Web as a link, but in Project -> Add Reference -> .NET there is no System.Web.

alt text http://img580.imageshack.us/img580/3406/addreference.png

Any ideas?

Thank.

+5
source share
1 answer

Have you targeted your customer profile, not the full version of the framework?

I think the default target type in VS2010 for client applications (WPF, WinForms, etc.) is a client profile that does not include System.Web.

+15
source

All Articles