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 134:        while (nIsEnd != 1)
Line 135:        {
Line 136:            if (LunarData[m] < 4095)
Line 137:                k = 11;
Line 138:            else

Source File: d:\Project\FZZX\UserControl\uclTitle.ascx.cs    Line: 136

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   UserControl_uclTitle.GetLunarCalendar(DateTime dtDay) in d:\Project\FZZX\UserControl\uclTitle.ascx.cs:136
   UserControl_uclTitle.Page_Load(Object sender, EventArgs e) in d:\Project\FZZX\UserControl\uclTitle.ascx.cs:50
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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