I have a solution with 6 projects. Web mvc Web services Business DAL Entities Infrastructure
The infrastructure one has added a dll in several others of System.Web.Mvc Business uses infrastructure therefore has the dll as a reference. In the web services I add the dll business reference and when executing it generates an error that says that it did not find the System.Web.Mvc.Razor dll
How do I make dragging the dependencies of other projects and dlls when adding a dll of a project?