c# - The type or namespace name 'routing' does not exist in the namespace 'system.web' visual studio -


Namespace name 'routing' namespace is not present in 'System.Web' (you are missing an assembly reference ?)

I added the web reference system. Web. Routing, but still showing this error.

Enter image details here

< Div class = "post-text" itemprop = "text">

You need .NET 3.5 with SP1.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -