vote up 0 vote down star

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?

flag

2 Answers

vote up 0 vote down check

The System.Web.Routing.dll assembly 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.

link|flag
vote up 2 vote down

You have to include a reference to the System.Web.Routing assembly in your project.

link|flag
i could not find the file so could you explain in more detail? – Phreak Feb 27 at 13:55
Jester's answer explains when it was added to .NET. If you look at MSDN's system.web.routing page and look at the properties, you'll see that support was added with .NET 3.5 SP1. – Angry Jim Feb 27 at 14:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.