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 13:         tabellaSorgente = "news"
Line 14: 
Line 15:         lblQS.text = "?idEvento=" + Request.QueryString.Get("idEvento").ToString
Line 16: 
Line 17:     End Sub

Source File: E:\WEB\www.turismotorino.org\torino\internaEvento.aspx.vb    Line: 15

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   internaEvento.Page_Init(Object sender, EventArgs e) in E:\WEB\www.turismotorino.org\torino\internaEvento.aspx.vb:15
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnInit(EventArgs e) +131
   System.Web.UI.Page.OnInit(EventArgs e) +15
   System.Web.UI.Control.InitRecursive(Control namingContainer) +142
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1476


Version Information: Microsoft .NET Framework Version:2.0.50727.8669; ASP.NET Version:2.0.50727.5491