October 16, 2014

Error: The type or namespace name 'Ajax' does not exist in the namespace System.Web.Mvc

ASP.Net MVC ERROR: The type or namespace name 'Ajax' does not exist in the namespace 'System.Web.Mvc' (are you missing an assembly reference?)


Solution:

Right click on respective referenced .dll, go to 'Properties', set property Copy Local = True, and then rebuild.

No comments:

Post a Comment