Server Error in '/' Application.

There is no row at position 0.

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: There is no row at position 0.

Source Error:


Line 66:             sqladapter.Fill(sql_dataset, "Colecciones")
Line 67: 
Line 68:             Me.Resumen.Text = sql_dataset.tables("Colecciones").rows(0)("Colecciones")
Line 69: 
Line 70:             If Not IsDBNull(sql_dataset.tables("Colecciones").rows(0)("Resumen")) Then

Source File: D:\XVRT\fcede.es\Html\site\es\libros\listado.aspx.vb    Line: 68

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1559246
   System.Data.RBTree`1.get_Item(Int32 index) +19
   System.Data.DataRowCollection.get_Item(Int32 index) +11
   listado.Page_LoadComplete(Object sender, EventArgs e) in D:\XVRT\fcede.es\Html\site\es\libros\listado.aspx.vb:68
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Page.OnLoadComplete(EventArgs e) +8804642
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +735


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974