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 1071:
Line 1072: Protected Sub EmailNotFound(ByVal SearchType As Integer, ByVal Location As String, ByVal IsDestination As Boolean, ByVal context As HttpContext)
Line 1073: Dim _Message_String As String = "Search Type: " & SearchType.ToString & vbCrLf & "Location: " & Location & vbCrLf & "Is Destination: " & IsDestination.ToString & vbCrLf & "Date/Time of Search:" & Date.Now.ToString & vbCrLf & "Site: " & context.Request.Url.DnsSafeHost.ToLower & vbCrLf & "IP: " & context.Request.UserHostAddress & vbCrLf & "Date From: " & context.Request("fr") & vbCrLf & "Date To: " & context.Request("to") & vbCrLf & "Adults: " & context.Request("adt1") & vbCrLf & "Teenagers: " & context.Request("tng1") & vbCrLf & "Children: " & context.Request("chd1") & vbCrLf & "Infants: " & context.Request("inf1") & vbCrLf & "Referrer: " & context.Request.UrlReferrer.PathAndQuery & vbCrLf & "UserAgent: " & context.Request.UserAgent & vbCrLf & "----------------" & vbCrLf & "ALL FORM FIELDS:" & vbCrLf
Line 1074: For _Loop_Integer As Integer = 0 To context.Request.Form.Keys.Count - 1
Line 1075: _Message_String &= context.Request.Form.Keys(_Loop_Integer) & "=" & context.Request.Form.Item(_Loop_Integer) & vbCrLf
|
Source File: D:\WebData\travelshop365\htdocs\Assets\Handlers\SearchHandler.ashx ?? Line: 1073
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
SearchHandlerV2.EmailNotFound(Int32 SearchType, String Location, Boolean IsDestination, HttpContext context) in D:\WebData\travelshop365\htdocs\Assets\Handlers\SearchHandler.ashx:1073
SearchHandlerV2.ProcessRequest(HttpContext context) in D:\WebData\travelshop365\htdocs\Assets\Handlers\SearchHandler.ashx:701
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +598
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170
|
Version Information:?Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3634
the waltons weta weta rudolph the red nosed reindeer rudolph the red nosed reindeer adam carolla rick neuheisel
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.