2012-08-08, 06:54 PM
In the latest version distributed with 2.5.5 here's the error I receive after clicking an item in the Search results and clicking Record:
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 462: protected void SearchResults_PreRender(object sender, System.EventArgs e)
Line 463: {
Line 464: SearchForEpisode(
Line 465: (bool)Session["checkTitle"],
Line 466: (bool)Session["checkDescription"],
Source File: c:\Users\Public\NPVR\web\SearchResults.aspx.cs Line: 464
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
N_EWA.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:464
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +73
System.Web.UI.Control.PreRenderRecursiveInternal() +91
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3870
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 462: protected void SearchResults_PreRender(object sender, System.EventArgs e)
Line 463: {
Line 464: SearchForEpisode(
Line 465: (bool)Session["checkTitle"],
Line 466: (bool)Session["checkDescription"],
Source File: c:\Users\Public\NPVR\web\SearchResults.aspx.cs Line: 464
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
N_EWA.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:464
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +73
System.Web.UI.Control.PreRenderRecursiveInternal() +91
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3870