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 64:         BLL.Content contents = new BLL.Content();
Line 65:         Model.Content model = contents.getData(productid, "content");
Line 66:         DivproductDetail.InnerHtml = Core.DataConfig.Replace_ForDisplay(model.Contents);
Line 67:         DivproductTitle.InnerHtml = model.Title;
Line 68:         this.Page.Title = model.Title + "," + this.Page.Title;

Source File: d:\wroot\www_szjczk_com\Main\productdetail.aspx.cs    Line: 66

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   productdetail.bindinfo(Int32 productid) in d:\wroot\www_szjczk_com\Main\productdetail.aspx.cs:66
   productdetail.Page_Load(Object sender, EventArgs e) in d:\wroot\www_szjczk_com\Main\productdetail.aspx.cs:51
   System.Web.UI.Control.OnLoad(EventArgs e) +105
   System.Web.UI.Control.LoadRecursive() +67
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3784


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