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 429:	
Line 430:				<p style="padding-bottom: 8px;">
Line 431:				Reviewed <%=reviewDate.ToString("MMMM d, yyyy") %> by <a href="../../wine-reviewer/<%=reviewerFirst.replace(" ","_") %>_<%=reviewerLast %>.html" style="text-decoration: none;"><%=reviewerFirst %> <%=reviewerLast %></a>.
Line 432:				</p>
Line 433:

Source File: S:\WWW\appellation\review.aspx    Line: 431

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.review_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in S:\WWW\appellation\review.aspx:431
   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.9061; ASP.NET Version:2.0.50727.9062