Server Error in '/' 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:


Line 109:                if (liste.Keys.Contains(analisi[0])) liste[analisi[0]].Add(analisi[1]);
Line 110:
Line 111:                else liste.Add(analisi[0], new List<string>() { analisi[1].Replace("+", "-").Replace(" ", "-").Replace("%20", "-") });
Line 112:
Line 113:            }

Source File: c:\WEBFARM_MILITARIA\localuser\ftpmilitaria2\catalogo.aspx.cs    Line: 111

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   catalogo.Page_Load(Object sender, EventArgs e) in c:\WEBFARM_MILITARIA\localuser\ftpmilitaria2\catalogo.aspx.cs:111
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0