- 贡献值
- 0
- 版主考核分
- 0
- 报道分
- 0
- 最后登录
- 2017-8-13
见习医生
- UID
- 1242191
- 精华
- 0
- 积分
- 0
- 金币
- 848
- 推广币
- 0
- 在线时间
- 166 小时
|
cannot be less than zero.
Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
Source Error:
Line 8: <SCRIPT src="img/jq.js" type=text/javascript></SCRIPT>
Line 9: <% @ Import Namespace="Webdisk.DAL" %>
Line 10: <%info.GetFile();%>
Line 11: <BODY>
Line 12: <DIV id=zhubajie><!--top-->?
Source File: c:\Inetpub\webdisk\down.aspx Line: 10
Stack Trace:
[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +2847825
Webdisk.DAL.AllPath.GetFileInfo(String O1lO) +81
Webdisk.DAL.info.GetFile() +478
ASP.down_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Inetpub\webdisk\down.aspx:10
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2068235
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 |
|