Appears something changed on you again?
Server Error in '/MPlay' 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 58: m_movie = m_imdbSearch.GetMovieDetails( long.Parse( cboMovies.SelectedValue ) );
Line 59: if ( m_movie != null ) {
Line 60: txtTitle.Text = m_movie.lTitles[ 0 ].sTitle;
Line 61: txtSummary.Text = m_movie.sPlotOutline; //string.Empty;
Line 62: txtSummary.Text = txtSummary.Text.Trim();
Source File: d:\Inetpub\wwwroot\MPlay\InfoBuilder.aspx.cs Line: 60
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) +62
System.ThrowHelper.ThrowArgumentOutOfRangeException() +12
System.Collections.Generic.List`1.get_Item(Int32 index) +2632260
InfoBuilder.cboMovies_SelectedIndexChanged(Object sender, EventArgs e) in d:\Inetpub\wwwroot\MPlay\InfoBuilder.aspx.cs:60
InfoBuilder.cmdSearch_Click(Object sender, EventArgs e) in d:\Inetpub\wwwroot\MPlay\InfoBuilder.aspx.cs:38
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210