Namespace Manager
Last changed: 131.107.0.102

.
Summary
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
Note

Available as part of the AdministrationTools.

WikiTalkUnDone
Question
Answer
you can access it through the admin menu : http://localhost/flexwiki/admin/ where localhost is the server where you have deployed flexwiki.
Question

Server Error in '/Flexwiki' Application.

Object reference not set to an instance of an object.

Description

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 163: EditBox { font: 9pt Courier New; background: whitesmoke; height: 100%; height: expression(CalcEditBoxHeight()); width: 100%; }

Line 164: </style>

Line 165: <% DoPage(); %>

Line 166:</HTML>

Source File: d:\FlexWiki\WikiEdit.aspx Line: 165

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]

   FlexWiki.Web.WikiEdit.ShowEditPage() in c:\Builds\ccnet\server\flexwikicore\build\FlexWiki.Web\WikiEdit.aspx.cs:274
   FlexWiki.Web.WikiEdit.DoPage() in c:\Builds\ccnet\server\flexwikicore\build\FlexWiki.Web\WikiEdit.aspx.cs:227
   ASP.wikiedit_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\FlexWiki\WikiEdit.aspx:165
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065851
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
   System.Web.UI.Page.Render(HtmlTextWriter writer) +26
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896