下面错误提示是什么意思 哪个地方出错了
问题描述:
下面错误提示是什么意思 哪个地方出错了
Description:An unhandled exception occurred during the execution of the current web request.Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.FormatException:String was not recognized as a valid DateTime.
Source Error:
Line 87:else
Line 88:{
Line 89:dateDownStart = DateTime.Parse(Request.Params["txtDownStart"].Trim()).ToString("yyyy-MM-dd");
Line 90:rfc = new ResourcesFilterCondition("startdate","like",dateDownStart.ToString().Trim());
Line 91:rf.Add(rfc);
答
说明:执行当前Web请求期间,出现未处理的异常. 是不是网页开多了,站cpu太大,我的以前也就出现一个line你的怎么这么多