Errore server nell'applicazione '/'.

Nessuna riga alla posizione 0.

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere l'analisi dello stack.

Dettagli eccezione: System.IndexOutOfRangeException: Nessuna riga alla posizione 0.

Errore nel codice sorgente:


Riga 11:     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Riga 12: 
Riga 13:         mUtente = mManagerSicurezza.GetUtenteByUserName(User.Identity.Name)
Riga 14: 
Riga 15:         mManagerSicurezza.ReadDep_Utente_Cliente(mUtente)

File di origine: D:\inetpub\webs\sprint24com\Impostazioni.aspx.vb    Riga: 13

Analisi dello stack:


[IndexOutOfRangeException: Nessuna riga alla posizione 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1943315
   System.Data.RBTree`1.get_Item(Int32 index) +17
   System.Data.DataRowCollection.get_Item(Int32 index) +11
   Sprint24biz.bizManagerSicurezza.GetUtenteByUserName(String pUserName) +107
   Impostazioni.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\sprint24com\Impostazioni.aspx.vb:13
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Informazioni di versione: Versione di Microsoft .NET Framework:2.0.50727.1433; Versione di ASP.NET:2.0.50727.1433