这是什么问题,本地编译的时候是没有问题的。
发布网站后页面就出问题了:
错误描述:An error occurred when trying to create a controller of type 'WebApp.Areas.CommonModule.Controllers.ProjectEditController'. Make sure that the controller has a parameterless public constructor.
错误对象:System.Web.Mvc
错误页面:http://192.168.2.42/CommonModule/ProjectEdit/Graph
求教求教。。控制器是有Graph这个无参构造函数的。。
public ActionResult Graph()
{
return View();
}