2005-10-31, 04:25 PM
If I try to schedule a show for recording through webadmin page I get the following error:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Source Error:
Line 154:
Line 155: // schedule season recording
Line 156: ScheduledRecording myRecording = scheduleHelper.SheduleRecording(programme.getChannelOID(), startTime, endTime, null, ScheduledRecording.TYPE_RECORD_SEASON, ScheduledRecording.GROUP_ALLOCATE, programme.getTitle(), quality);
Line 157: recordingCount++;
Line 158:
Source File: c:\program files\devnz\gbpvr\web\searchresults.aspx.cs Line: 156
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +91
xd426863f4d052758.x396614b3dae3b1da.x43b9638dddee1aac(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5, Int32 x5eba77118f416e8d, Int32 x02593956b6f4e64d, ReoccuringRecordingExtras x2d6df00a4709d230, IList& xfa2c1139e9bd361d)
xd426863f4d052758.x396614b3dae3b1da.x43b9638dddee1aac(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5, Int32 x5eba77118f416e8d, Int32 x02593956b6f4e64d, IList& xfa2c1139e9bd361d)
GBPVR.Backend.Common.ScheduleHelper.SheduleRecording(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5)
gbweb.SearchResults.hlRecord_Click(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\searchresults.aspx.cs:156
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +83
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Any Ideas? Thanks
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Source Error:
Line 154:
Line 155: // schedule season recording
Line 156: ScheduledRecording myRecording = scheduleHelper.SheduleRecording(programme.getChannelOID(), startTime, endTime, null, ScheduledRecording.TYPE_RECORD_SEASON, ScheduledRecording.GROUP_ALLOCATE, programme.getTitle(), quality);
Line 157: recordingCount++;
Line 158:
Source File: c:\program files\devnz\gbpvr\web\searchresults.aspx.cs Line: 156
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +91
xd426863f4d052758.x396614b3dae3b1da.x43b9638dddee1aac(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5, Int32 x5eba77118f416e8d, Int32 x02593956b6f4e64d, ReoccuringRecordingExtras x2d6df00a4709d230, IList& xfa2c1139e9bd361d)
xd426863f4d052758.x396614b3dae3b1da.x43b9638dddee1aac(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5, Int32 x5eba77118f416e8d, Int32 x02593956b6f4e64d, IList& xfa2c1139e9bd361d)
GBPVR.Backend.Common.ScheduleHelper.SheduleRecording(Int32 x70cd72e44179c0c2, DateTime x787497fc33be3c14, DateTime xe3f5c33dc7dd7900, Programme x5d1dc8495c0908a9, Int32 xc496bfae50bb26f7, Int32 xade76a5553fdbdd3, String xc83dcfb9cf32c5cd, Int32 xab9616c0fb092ed5)
gbweb.SearchResults.hlRecord_Click(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\searchresults.aspx.cs:156
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +83
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Any Ideas? Thanks