- 积分
- 3538
- 最后登录
- 1970-1-1
- 在线时间
- 小时
逍遥元-
分享点-
TA的每日心情 | 无聊 2024-10-15 00:57 |
---|
签到天数: 1040 天 连续签到: 1 天 [LV.10]CEO
升级
  69.2%
|
Server Error in '/SCatRailway/shuipai' Application. Input string was not in a correct format.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: Input string was not in a correct format.
Source Error:
Line 33: int width = 960;Line 34: if (Request.Params["width"] != null)Line 35: width = Convert.ToInt32(Request.Params["width"].ToString());Line 36: Line 37: try |
Source File: e:\scat\wwwroot\SCatRailway\shuipai\shuipai.aspx.cs Line: 35
Stack Trace:
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +9586731 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +48 shuipai_shuipai.Page_Load(Object sender, EventArgs e) in e:\scat\wwwroot\SCatRailway\shuipai\shuipai.aspx.cs:35 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
|
|