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 85:               <div class="clear"></div>
Line 86:               <div class="shop-details-img gutter-right15">
Line 87:               	<div class="shop-details-logo gutter-bottom10"><% if (shopDetails["DATA9"] != "" ) { %><img src="<%=vPath%>/images/cms/s_<%=shopDetails["DATA9"]%>"><% } %></div>
Line 88:               	<div class="gutter-bottom10"><% if (shopDetails["DATA10"] != "" ) { %><img src="<%=vPath%>/images/cms/s_<%=shopDetails["DATA10"]%>"><% } %></div>
Line 89:                 <a href="../floorplan.aspx?floor=<%=shopDetails["DATA3"]%>&shop=<%=shopDetails["RELATEDID"]%>" class="shop-details-location sprint float-right">Shop Location</a>

Source File: c:\home\site\wwwroot\eng\mall\shopping\details.aspx    Line: 87

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.eng_mall_shopping_details_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\home\site\wwwroot\eng\mall\shopping\details.aspx:87
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +275
   System.Web.UI.Page.Render(HtmlTextWriter writer) +39
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4238


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0