1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[System.NullReferenceException: Object reference not set to an instance of an object.]
at ASP.DocViewToolbar_ascx.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at System.Web.UI.WebControls.CellControlCollection.Add(Control child)
at System.Web.UI.ControlCollection.AddAt(Int32 index, Control child)
at System.Web.UI.WebControls.CellControlCollection.AddAt(Int32 index, Control child)
at System.Web.UI.WebControls.TableCellCollection.Add(TableCell cell)
at XtenderSolutions.Web.UI.WebControls.SiteLayout.BuildSiteLayout()
at XtenderSolutions.Web.UI.WebControls.SiteLayout.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain() |
Partager