Intermittent IndexOutOfRangeException: Index was outside the bounds of the array

S

scotthutchinson

I have a .NET Remoting object hosted in IIS6 on Windows Server 2003
(happens before and after installing SP1) at an endpoint (ASP.NET
application virtual folder) named "CompanyXYZReporting". The remoted
object is called several times every day and works perfectly except
every 2-3 weeks when we call the remoted object, the response returns
the error shown below. Does anyone have any clues how to resolve this
problem?

Server Error in '/CompanyXYZReporting' Application.
--------------------------------------------------------------------------------

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.]
System.Collections.ArrayList.Add(Object value) +43
System.Web.Util.Profiler.EndRequest(HttpContext context) +171
System.Web.HttpApplication.ResumeSteps(Exception error) +461

System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext
context, AsyncCallback cb, Object extraData) +225
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+486
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top