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 181:
Line 182:            // validación mínima de información: titulo, url y resumen
Line 183:            if((!string.IsNullOrWhiteSpace(filaReg[0][nclmtitulo].ToString())) &&
Line 184:                (!string.IsNullOrWhiteSpace(filaReg[0][nclmurlacceso].ToString())) &&
Line 185:                (!string.IsNullOrWhiteSpace(filaReg[0][nclmresumen].ToString()))

Source File: C:\inetpub\wwwroot\BibliotecaCPI-PD\colecciones\documentos\interes\Detalles.aspx.cs    Line: 183

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   colecciones_documentos_interes_Detalles.DespliegueRegistro(String _idregistro) in C:\inetpub\wwwroot\BibliotecaCPI-PD\colecciones\documentos\interes\Detalles.aspx.cs:183
   colecciones_documentos_interes_Detalles.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\BibliotecaCPI-PD\colecciones\documentos\interes\Detalles.aspx.cs:68
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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