参数名: length 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.ArgumentOutOfRangeException: 索引和长度必须引用该字符串内的位置。
参数名: length
源错误:
行 41: if (url == null || url == string.Empty) url = "infonoll"; 行 42: if (ip == null || ip == string.Empty) ip = "infonoll"; 行 43: if (cookie.Length > 50) cookie = cookie.Substring(10, 50); 行 44: 行 45: |
源文件: f:\usr\LocalUser\hgc28100\App_Code\Location.cs 行: 43
堆栈跟踪:
[ArgumentOutOfRangeException: 索引和长度必须引用该字符串内的位置。参数名: length] System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +7493051 System.String.Substring(Int32 startIndex, Int32 length) +11 Location.fanghuoqing(Object sender, EventArgs e) in f:\usr\LocalUser\hgc28100\App_Code\Location.cs:43 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
版本信息: Microsoft .NET Framework 版本:2.0.50727.3603; ASP.NET 版本:2.0.50727.4049
以上是复制网页显示的,那个网站在别的电脑上打开是好好的,在我的电脑上就出现这个了,我觉得不是网站的问题,希望高手解答。不要发一些没用的一大推,我看的头就昏,直接教我怎么搞就行了。或者加我QQ教我,236877695在这谢谢了