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

语法错误:“=”运算符后缺少操作数。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Data.SyntaxErrorException: 语法错误:“=”运算符后缺少操作数。

源错误:


行 13: 						<tr>
行 14: 							<td  valign="top" align="left">
行 15: 							     <%= PublishSort(1, Request["SortID"], "/Info/List.aspx", "MenuList") %>
行 16: 						    </td></tr>
行 17: 				    </table>

源文件: d:\wwwroot\reader\wwwroot\Info\Info_menu.ascx    行: 15

堆栈跟踪:


[SyntaxErrorException: 语法错误:“=”运算符后缺少操作数。]
   System.Data.ExpressionParser.Parse() +166
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +121
   System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates) +89
   System.Data.DataTable.Select(String filterExpression) +61
   Deiva.Web.Config.Base.PublishSort(Int32 ListType, String StrWhere, String TargetUrl, String StyleSheet) +286
   ASP.info_detail_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\wwwroot\reader\wwwroot\Info\Info_menu.ascx:15
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266


版本信息: Microsoft .NET Framework 版本:2.0.50727.8806; ASP.NET 版本:2.0.50727.8762