Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Tuesday, April 8, 2014
How to solve ASP.NET precompile problem, The type or namespace name does not exist in the namespace 'System.Web.Mvc' (are you missing an assembly reference?)
Set Copy local to true for this project reference: System.Web.Mvc
And Clear solution
No comments:
Post a Comment