很急的问题

baijingssg 2008-07-08 03:07:58
Index was outside the bounds of the array.
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.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
TCMContent.CreateHTML(Int64 keyid) +3389
TCMContent.Page_Load(Object sender, EventArgs e) +411
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


在本地测试是好的,一传到服务器上就会报这个错
...全文
132 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
datahandler2 2008-07-08
  • 打赏
  • 举报
回复
Index was outside the bounds of the array.
索引超出范围了。根源都解释的很清楚了。自己开发的代码应该也知道最有可能错再哪了吧。
toxxj 2008-07-08
  • 打赏
  • 举报
回复
Index was outside the bounds of the array.

索引超出范围了,一般是索引超出了数组或集合的大小范围了,你用断点调试下
alwaysLonely 2008-07-08
  • 打赏
  • 举报
回复
TCMContent.CreateHTML(Int64 keyid)

这个函数里索引越界,仔细检查一下自己代码.

一般这种错误是出在对于集合是否有元素没有判断的地方.
快乐的毛毛虫 2008-07-08
  • 打赏
  • 举报
回复
没听说过
fellowcheng 2008-07-08
  • 打赏
  • 举报
回复
[IndexOutOfRangeException: Index was outside the bounds of the array.]
TCMContent.CreateHTML(Int64 keyid) +3389
TCMContent.Page_Load(Object sender, EventArgs e) +411

好象是你的程序有问题吧
正宗熊猫哥 2008-07-08
  • 打赏
  • 举报
回复
同样的程序在服务器上会报错。
LZ检查下本地与服务器的库斯用同一个吗??

拷服务器的库到本地测试。
xiaojing7 2008-07-08
  • 打赏
  • 举报
回复
不懂!
sz_free_bird 2008-07-08
  • 打赏
  • 举报
回复
索引超出范围。仔细检查一下索引值。在你本地正常是因为在某种情况下你的索引值正常。
JeffChung 2008-07-08
  • 打赏
  • 举报
回复
Index was outside the bounds of the array.
索引超出范围
看代码
stning 2008-07-08
  • 打赏
  • 举报
回复
你不能把报错的地方详细说一下吗?

62,195

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧