1 | <html><head> |
---|
2 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
---|
3 | |
---|
4 | <title>Index was out of range. Must be non-negative and less than the size of the collection.<br>Parameter name: index</title> |
---|
5 | <style> |
---|
6 | body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} |
---|
7 | p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} |
---|
8 | b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} |
---|
9 | H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } |
---|
10 | H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } |
---|
11 | pre {font-family:"Lucida Console";font-size: .9em} |
---|
12 | .marker {font-weight: bold; color: black;text-decoration: none;} |
---|
13 | .version {color: gray;} |
---|
14 | .error {margin-bottom: 10px;} |
---|
15 | .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } |
---|
16 | </style> |
---|
17 | </head><body bgcolor="white"> |
---|
18 | |
---|
19 | <span><h1>Server Error in '/' Application.<hr size="1" color="silver" width="100%"></h1> |
---|
20 | |
---|
21 | <h2> <i>Index was out of range. Must be non-negative and less than the size of the collection.<br>Parameter name: index</i> </h2></span> |
---|
22 | |
---|
23 | <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> |
---|
24 | |
---|
25 | <b> Description: </b>An |
---|
26 | unhandled exception occurred during the execution of the current web |
---|
27 | request. Please review the stack trace for more information about the |
---|
28 | error and where it originated in the code. <br><br> |
---|
29 | |
---|
30 | <b> Exception Details: </b>System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.<br>Parameter name: index<br><br> |
---|
31 | |
---|
32 | <b>Source Error:</b> <br><br> |
---|
33 | |
---|
34 | <table bgcolor="#ffffcc" width="100%"> |
---|
35 | <tbody><tr> |
---|
36 | <td> |
---|
37 | <code></code><pre> |
---|
38 | Line 102: int currentCount = 0; |
---|
39 | Line 103: |
---|
40 | <font color="red">Line 104: while (events[eventIndex].DateTime < dateIterator && eventIndex < events.Count) |
---|
41 | </font>Line 105: { |
---|
42 | Line 106: if (events[eventIndex].OrganizationId == 1)</pre> |
---|
43 | |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | </tbody></table> |
---|
47 | |
---|
48 | <br> |
---|
49 | |
---|
50 | <b> Source File: </b> c:\Internet Publishing\Webs\PirateWeb\Pages\Public\Charts\MemberCount-Closeup.aspx.cs<b> Line: </b> 104 |
---|
51 | <br><br> |
---|
52 | |
---|
53 | <b>Stack Trace:</b> <br><br> |
---|
54 | |
---|
55 | <table bgcolor="#ffffcc" width="100%"> |
---|
56 | <tbody><tr> |
---|
57 | <td> |
---|
58 | <code></code><pre> |
---|
59 | [ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. |
---|
60 | Parameter name: index] |
---|
61 | System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) +62 |
---|
62 | System.ThrowHelper.ThrowArgumentOutOfRangeException() +12 |
---|
63 | System.Collections.Generic.List`1.get_Item(Int32 index) +2650868 |
---|
64 | Pages_Public_Charts_MemberCount_Closeup.GetGrowthData() in c:\Internet Publishing\Webs\PirateWeb\Pages\Public\Charts\MemberCount-Closeup.aspx.cs:104 |
---|
65 | Pages_Public_Charts_MemberCount_Closeup.Page_Load(Object sender, EventArgs e) in c:\Internet Publishing\Webs\PirateWeb\Pages\Public\Charts\MemberCount-Closeup.aspx.cs:50 |
---|
66 | System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 |
---|
67 | System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33 |
---|
68 | System.Web.UI.Control.OnLoad(EventArgs e) +99 |
---|
69 | System.Web.UI.Control.LoadRecursive() +47 |
---|
70 | System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436 |
---|
71 | </pre> |
---|
72 | |
---|
73 | </td> |
---|
74 | </tr> |
---|
75 | </tbody></table> |
---|
76 | |
---|
77 | <br> |
---|
78 | |
---|
79 | <hr size="1" color="silver" width="100%"> |
---|
80 | |
---|
81 | <b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 |
---|
82 | |
---|
83 | </font> |
---|
84 | |
---|
85 | <!-- |
---|
86 | [ArgumentOutOfRangeException]: Index was out of range. Must be non-negative and less than the size of the collection. |
---|
87 | Parameter name: index |
---|
88 | at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) |
---|
89 | at System.ThrowHelper.ThrowArgumentOutOfRangeException() |
---|
90 | at System.Collections.Generic.List`1.get_Item(Int32 index) |
---|
91 | at Pages_Public_Charts_MemberCount_Closeup.GetGrowthData() in c:\Internet Publishing\Webs\PirateWeb\Pages\Public\Charts\MemberCount-Closeup.aspx.cs:line 104 |
---|
92 | at Pages_Public_Charts_MemberCount_Closeup.Page_Load(Object sender, EventArgs e) in c:\Internet Publishing\Webs\PirateWeb\Pages\Public\Charts\MemberCount-Closeup.aspx.cs:line 50 |
---|
93 | at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) |
---|
94 | at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) |
---|
95 | at System.Web.UI.Control.OnLoad(EventArgs e) |
---|
96 | at System.Web.UI.Control.LoadRecursive() |
---|
97 | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
98 | [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. |
---|
99 | at System.Web.UI.Page.HandleError(Exception e) |
---|
100 | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
101 | at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
102 | at System.Web.UI.Page.ProcessRequest() |
---|
103 | at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) |
---|
104 | at System.Web.UI.Page.ProcessRequest(HttpContext context) |
---|
105 | at ASP.pages_public_charts_membercount_closeup_aspx.ProcessRequest(HttpContext context) in c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\8decd458\9d7eaea3\App_Web_vytzfc3g.0.cs:line 0 |
---|
106 | at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() |
---|
107 | at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
---|
108 | --><!-- |
---|
109 | This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--></body></html> |
---|