Could not add system.web.routing in class library

2.1k Views Asked by At

I want to create a class library for an MVC 4 web application.I created class library project in same solution and write classes and other stuff in class library.I added the reference System .Web.Routing in my class library project. But when i tried to use System.Web.Routing in project that displays following error

The type or namespace Routing does not exist in the namespace System.Web

How to add this in my class library project?

0

There are 0 best solutions below