Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Documentation Site Error
posted

Where linking from Help Center of the new WebDataGrid (http://ko.infragistics.com/dotnet/netadvantage/aspnet/webdatagrid.aspx#HelpCenter)

to the documentation page http://help.infragistics.com/NetAdvantage/NET/Current/CLR2.0/?target=WebDataGrid.html I received the following error

 Error

 

And since the image doesn't contain the full error I pasted it below.

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 152:        _arParrentNodes.Add(myNodes);
Line 153:        
Line 154:		if (myNodes.ParentNode != null)
Line 155:        {
Line 156:            _arParrentNodes.Add(myNodes.ParentNode);

Source File: e:\websites\help.infragistics.com\wwwroot\TableofContents.aspx.cs    Line: 154

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   TableOfContents.GetParentNodes(String XPathExpression) in e:\websites\help.infragistics.com\wwwroot\TableofContents.aspx.cs:154
   TableOfContents.Page_Load(Object sender, EventArgs e) in e:\websites\help.infragistics.com\wwwroot\TableofContents.aspx.cs:68
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433