2009-10-13, 01:10 AM
Upgraded to gbpvr 1.4.7 about 3 weeks ago... since that time I get the error shown below. No problems with gbpvr through the PVRX2 interface... only when I do a search via EWA. Tried to upgrade to latest EWA from wiki with same results; Tried to clean IE6 cache with same results;
Note in code snip below, line 316 is highlighted in RED....
Note in code snip below, line 316 is highlighted in RED....
Code:
Server Error in '/gbpvr' 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 314: // schedule recordings
Line 315: Schedule.Quality quality = 0;
Line 316: switch (Request.Params["quality"].ToLower())
Line 317: {
Line 318: case "high":
Source File: c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs Line: 316
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.SearchResults2.hlRecord_Click(Object sender, EventArgs e) in c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs:316
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082