I have installed Visual Web Developer 2008, the .net framework 3.5 but when i try to include System.Web.Routing intellisense can’t find it and if i type it by hand it says it does not exist.. any suggestions?
Share
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.
The
System.Web.Routing.dllassembly is part of .NET 3.5 Service Pack 1, so you’ll have to install that if you haven’t already (you may also have it if you installed the ASP.NET MVC beta). After that, you should be able to add it like any other .NET reference.It shows up for me between System.Web.RegularExpressions and System.Web.Services on the ‘.NET’ tab of the ‘Add Reference’ dialog.