Ticket #397: AlertActivists.aspx.htm

File AlertActivists.aspx.htm, 6.4 KB (added by jonsson_1993.1@…, 15 years ago)

Felet som sidan skickar.

Line 
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.&lt;br&gt;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" width="100%" color="silver"></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
26unhandled exception occurred during the execution of the current web
27request. Please review the stack trace for more information about the
28error 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 width="100%" bgcolor="#ffffcc">
35               <tbody><tr>
36                  <td>
37                      <code>
38The source code that generated this unhandled exception can only be
39shown when compiled in debug mode. To enable this, please follow one of
40the below steps, then request the URL:<br><br>1. Add a "Debug=true" directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language="C#" Debug="true" %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug="true"/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br>
41Note that this second technique will cause all files within a given
42application to be compiled in debug mode. The first technique will
43cause only that particular file to be compiled in debug mode.<br><br>Important:
44Running applications in debug mode does incur a memory/performance
45overhead. You should make sure that an application has debugging
46disabled before deploying into production scenario.</code>
47
48                  </td>
49               </tr>
50            </tbody></table>
51
52            <br>
53
54            <b>Stack Trace:</b> <br><br>
55
56            <table width="100%" bgcolor="#ffffcc">
57               <tbody><tr>
58                  <td>
59                      <code></code><pre>
60[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
61Parameter name: index]
62   System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) +62
63   System.ThrowHelper.ThrowArgumentOutOfRangeException() +12
64   Pages_v4_AlertActivists.GetTopGeography() +156
65   Pages_v4_AlertActivists.Page_Load(Object sender, EventArgs e) +31
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            </font><hr size="1" width="100%" color="silver">
80
81<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">            <b>Version Information:</b>&nbsp;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.
87Parameter name: index
88   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
89   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
90   at Pages_v4_AlertActivists.GetTopGeography()
91   at Pages_v4_AlertActivists.Page_Load(Object sender, EventArgs e)
92   at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
93   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
94   at System.Web.UI.Control.OnLoad(EventArgs e)
95   at System.Web.UI.Control.LoadRecursive()
96   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
97[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
98   at System.Web.UI.Page.HandleError(Exception e)
99   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
100   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
101   at System.Web.UI.Page.ProcessRequest()
102   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
103   at System.Web.UI.Page.ProcessRequest(HttpContext context)
104   at ASP.pages_v4_alertactivists_aspx.ProcessRequest(HttpContext context)
105   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
106   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
107--><!--
108This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.--></body></html>