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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -