2015-02-25, 07:11 PM
Hello,
Whenever I'm on the website and try to click on a scheduled recording name to view the details I get the following:
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 474: if (recurr.RecordingDirectoryID.Contains("["))
Line 475: {
Line 476: recDir.Items.FindByValue(recurr.RecordingDirectoryID.TrimStart('[').TrimEnd(']')).Selected = true;
Line 477: }
Line 478: else
Source File: c:\Users\Public\NPVR\web\Details2.aspx.cs Line: 476
Can't seem to find this issue online anywhere.
Whenever I'm on the website and try to click on a scheduled recording name to view the details I get the following:
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 474: if (recurr.RecordingDirectoryID.Contains("["))
Line 475: {
Line 476: recDir.Items.FindByValue(recurr.RecordingDirectoryID.TrimStart('[').TrimEnd(']')).Selected = true;
Line 477: }
Line 478: else
Source File: c:\Users\Public\NPVR\web\Details2.aspx.cs Line: 476
Can't seem to find this issue online anywhere.