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 15: 
Line 16: 	base.channel = "Product";
Line 17: 	base.OnInit(e);
Line 18: 	StringBuilder templateBuilder = new StringBuilder(220000);
Line 19: 	const int pagesize = 24;

Source File: d:\WebPortal\SataPortal2022\Source\SataPortal.Web\aspx\zh\Product.aspx    Line: 17

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   SataPortal.Web.UI.Page.article.article_Init(Object sender, EventArgs e) +684
   System.Web.UI.Control.OnInit(EventArgs e) +95
   System.Web.UI.Page.OnInit(EventArgs e) +13
   ASP.aspx_zh_product_aspx.OnInit(EventArgs e) in d:\WebPortal\SataPortal2022\Source\SataPortal.Web\aspx\zh\Product.aspx:17
   System.Web.UI.Control.InitRecursive(Control namingContainer) +139
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +408


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