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.
Any ideas?
Thanks.
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.
Any ideas?
Thanks.
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
.
Hi Alon,
We've created Visual Studio extension that lists all assemblies in the GAC
The Add GAC Reference dialog box automatically display every assembly in the Global Assembly Cache (GAC)
You can download it from here
Give it a try and let me know if it's helpful
The fastest dialog for adding a reference. Oh, It's free :)