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?
|
|
The It shows up for me between System.Web.RegularExpressions and System.Web.Services on the ".NET" tab of the "Add Reference" dialog. |
|||
|
|
|
|
You have to include a reference to the System.Web.Routing assembly in your project. |
||||
|
