I’m trying to add a reference to System.Web.WebPages
However, it’s not in my “add reference” dialog.
I’m already using MVC 3, and Razor views…
What am I missing?
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.
Make sure you are targeting the full
.NET Framework 4in your project properties and not the.NET Framework 4 Client Profile. As far as the assembly you are interested in, you will find it in the following folder (remark: this is for a x64 bit OS, for a x86 there is a single Program Files folder):So you can simply go ahead and reference it from there.