22 Marzo 2025 - 19:49
Cerca nel sito

 


Object reference not set to an instance of an object.

Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 102:					If intNTotRec > 0 Then
Line 103:						strIndentazioneLocale = strIndentazione & "					"
Line 104:						objRecordCorrente = objTabella.Rows(intConteggioRecord)
Line 105:						strOutput += strIndentazione & "<div class=""menuSx"">" & vbCrLf & _
Line 106:									strIndentazione & "	<div class=""titoloArea"">" & objRecordCorrente("Sezione") & "</div>" & vbCrLf 

Source File: D:\inetpub\webs\ambitionworldit\335_AFColAW.inc    Line: 104

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.index_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\inetpub\webs\ambitionworldit\335_AFColAW.inc:104
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266


Version Information: Microsoft .NET Framework Version:2.0.50727.9179; ASP.NET Version:2.0.50727.9175