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 105:            	<a href="email-list.aspx?status=clear" class="submit-btn float-left">Clear All</a>
Line 106:                <% if (emailPropertyList != null || emailProductList != null) { %>
Line 107:                <% if ((emailProductList.Count+emailPropertyList.Count) > 0 ) { %>
Line 108:            	<a href="email-list-form.aspx" class="submit-btn float-right">Next</a>
Line 109:                <% } } %>

Source File: c:\website\PLC - Website\eng\email-list.aspx    Line: 107

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.eng_email_list_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\website\PLC - Website\eng\email-list.aspx:107
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +114
   System.Web.UI.Page.Render(HtmlTextWriter writer) +37
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4239


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