2007-03-24, 04:13 AM
Ok, this is definitely what you meant, I'll also attach it.
Server Error in '/gbpvr' 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 645: displayProgramme.FillProgrammeTreeArrayItem(treeItem, Server, programme, scheduledRecording, true, channel);
Line 646: //Add the loaded ProgrammeTreeITem to the Array
Line 647: pgmTree[treeIdx] = treeItem;
Line 648: treeIdx = treeIdx + 1;
Line 649: #endregion
Source File: c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs Line: 647
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
gbweb.SearchResults.createOutputTable(Programme programme, Channel channel, ScheduledRecording scheduledRecording, ProgrammeDisplay displayProgramme) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:647
gbweb.SearchResults.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:590
gbweb.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:148
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +80
System.Web.UI.Control.PreRenderRecursiveInternal() +88
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Server Error in '/gbpvr' 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 645: displayProgramme.FillProgrammeTreeArrayItem(treeItem, Server, programme, scheduledRecording, true, channel);
Line 646: //Add the loaded ProgrammeTreeITem to the Array
Line 647: pgmTree[treeIdx] = treeItem;
Line 648: treeIdx = treeIdx + 1;
Line 649: #endregion
Source File: c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs Line: 647
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
gbweb.SearchResults.createOutputTable(Programme programme, Channel channel, ScheduledRecording scheduledRecording, ProgrammeDisplay displayProgramme) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:647
gbweb.SearchResults.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:590
gbweb.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:148
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +80
System.Web.UI.Control.PreRenderRecursiveInternal() +88
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210