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

输入字符串的格式不正确。

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

异常详细信息: System.FormatException: 输入字符串的格式不正确。

源错误:


行 27: 
行 28:         string sql = "select  CreditType from TJJSNET.DBO.OAWebsiteCreditHonor  where  CreditHonorId=" + id;
行 29:         int type = int.Parse(SqlDBHelp.GetTable(sql).Rows[0][0].ToString());
行 30:         sql = "select  top 1 CreditTitle,CreditHonorId from TJJSNET.DBO.OAWebsiteCreditHonor where flag=3   and CreditType=" + type + "  and  CreditHonorId < " + id + " order by CreditHonorId desc  ";
行 31:         if (SqlDBHelp.GetTable(sql).Rows.Count < 1)

源文件: d:\Dpan\tjweb\web\TongJi\credit_honor.aspx.cs    行: 29

堆栈跟踪:


[FormatException: 输入字符串的格式不正确。]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14524648
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +172
   web_TongJi_credit_honor.getUptitle(Int32 id) in d:\Dpan\tjweb\web\TongJi\credit_honor.aspx.cs:29
   web_TongJi_credit_honor.Page_Load(Object sender, EventArgs e) in d:\Dpan\tjweb\web\TongJi\credit_honor.aspx.cs:18
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3535.0