“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS0246: The type or namespace name 'Web_Article' could not be found (are you missing a using directive or an assembly reference?)

源错误:


行 2:  @using PagedList;
行 3:  @{
行 4:      var list = ViewBag.ProList as PagedList.IPagedList<Web_Article>;
行 5:      var model = ViewBag.Model as Web_System;
行 6:  }

源文件: d:\wwwroot\furimachine.com\Views\Home\category.cshtml    行: 4






版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3930.0