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 31: 
Line 32:     Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
Line 33:         Me.txtRef.Text = Me.Request.UrlReferrer.ToString()
Line 34:     End Sub
Line 35: End Class

Source File: F:\www\aviaskins.com\feedback.aspx.vb    Line: 33

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   feedback.Page_Load(Object sender, EventArgs e) in F:\www\aviaskins.com\feedback.aspx.vb:33
   System.Web.UI.Control.OnLoad(EventArgs e) +131
   System.Web.UI.Control.LoadRecursive() +65
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427


Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762