Server Error in '/' Application.

Riferimento a un oggetto non impostato su un'istanza di oggetto.

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: Riferimento a un oggetto non impostato su un'istanza di oggetto.

Source Error:


Line 13: 
Line 14:     Sub CaricaPagina(ByVal pagina As pagine)
Line 15:         testo.Text = pagina.testo
Line 16:         titolo.Text = pagina.titolo
Line 17:         pagetitle.InnerText = pagina.titlepage

Source File: D:\inetpub\webs\nanoactivefilmcom\pagine.aspx.vb    Line: 15

Stack Trace:


[NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.]
   paginex.CaricaPagina(Pagine pagina) in D:\inetpub\webs\nanoactivefilmcom\pagine.aspx.vb:15
   paginex.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\nanoactivefilmcom\pagine.aspx.vb:10
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2847


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