|
界面操作是:店铺登陆系统后,点击树形菜单中的复消浏览,界面上列出在该店报单记录。
设置20个用户同时查看,基本上每次都会有一两个用户报500错误。用报错的那些店铺编号人工进入查询不会错。把错误信息给开发了,也找不出原因,所以在此请教应该怎么办。
下面是日志信息:
Action.c(14): [FormatException]: Input string was not in a correct format.\r\n
Action.c(14): at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number,
Action.c(14): NumberFormatInfo info, Boolean parseDecimal)\r\n
Action.c(14): at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)\r\n
Action.c(14): at System.Convert.ToInt32(String value)\r\n
Action.c(14): at Store_DeclarationsBrowse_RepeatBrowsing.GetBindGridViewData(Boolean isSearchBtn)\r\n
Action.c(14): at Store_DeclarationsBrowse_RepeatBrowsing.Page_Load(Object sender, EventArgs e)\r\n
Action.c(14): at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, Ev
Action.c(14): entArgs e)\r\n
Action.c(14): at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)\r
Action.c(14): \n
Action.c(14): at System.Web.UI.Control.OnLoad(EventArgs e)\r\n
Action.c(14): at System.Web.UI.Control.LoadRecursive()\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean
Action.c(14): includeStagesAfterAsyncPoint)\r\n
Action.c(14): [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' wa
Action.c(14): s thrown.\r\n
Action.c(14): at System.Web.UI.Page.HandleError(Exception e)\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean
Action.c(14): includeStagesAfterAsyncPoint)\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean inc
Action.c(14): ludeStagesAfterAsyncPoint)\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequest()\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)\r\n
Action.c(14): at System.Web.UI.Page.ProcessRequest(HttpContext context)\r\n
Action.c(14): at ASP.store_declarationsbrowse_repeatbrowsing_aspx.ProcessRequest(HttpContext context)
Action.c(14): \r\n
Action.c(14): at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExec
Action.c(14): utionStep.Execute()\r\n
Action.c(14): at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchr
Action.c(14): onously)\r\n |
|