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

Source File: c:\home\site\wwwroot\sch\mall\shopping\details.aspx    Line: 88

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.sch_mall_shopping_details_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\home\site\wwwroot\sch\mall\shopping\details.aspx:88
   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