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

编译错误

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

编译器错误消息: CS1502: 与“VLcms.Web.UI.BasePage.get_article_list(string, int, string, int, int, int, string, out int, out string, string, params object[])”最匹配的重载方法具有一些无效参数

源错误:


行 196:	templateBuilder.Append(Utils.ObjectToStr(category_title));
行 197:	templateBuilder.Append("\r\n\r\n
\r\n
    \r\n "); 行 198: DataTable news_list = get_article_list("eproducts", category_id,"", pagesize,page, "status=0", out totalcount, out pagelist, "eproducts", category_id,"__id__"); 行 199: 行 200: foreach(DataRow dr in news_list.Rows)

源文件: d:\wwwroot\ahmtrmc\wwwroot\aspx\mobile\eproducts.aspx    行: 198