出错页面是:http://icms.demo.kesion.com/index.aspx?c=ask&a=list&sp=id-100,p-0,issolve-5
异常信息:引发类型为“System.Web.HttpUnhandledException”的异常。
Source:System.Web
StackTrace:
   在 System.Web.UI.Page.HandleError(Exception e)
   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   在 System.Web.UI.Page.ProcessRequest()
   在 System.Web.UI.Page.ProcessRequest(HttpContext context)
   在 ASP.index_aspx.ProcessRequest(HttpContext context)
   在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

InnerException:
System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.IndexOutOfRangeException: 无法找到列 root。
   在 System.Data.DataTable.ParseSortString(String sortString)
   在 System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates)
   在 System.Data.DataTable.Select(String filterExpression, String sort)
   在 Kesion.HtmlTags.BasicField.ParseAskCategory(String title, String key, Int32 classId)
   在 Kesion.HtmlTags.BasicField.ScanFilterTemplate(String sTemplate, StringBuilder& SearchTitle, StringBuilder& p, String& OrderField, String GetFrom, Int32 channelId, Int32 classId)
   在 Kesion.HtmlTags.ReplaceAskList.DoSearch(String& F_C, Boolean isMobileDevice)
   在 Kesion.HtmlTags.ReplaceAskList.Run(Boolean isMobileDevice)
   在 Kesion.Controllers.askController.Run(Boolean isMobileDevice)
   --- 内部异常堆栈跟踪的结尾 ---
   在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   在 Kesion.NET.WebSite.Index.Page_Load(Object sender, EventArgs e)
   在 System.Web.UI.Control.OnLoad(EventArgs e)
   在 System.Web.UI.Control.LoadRecursive()
   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)