[Mono-docs-list] Error in monodoc web interface
Miguel de Icaza
miguel@ximian.com
08 Oct 2003 11:42:43 -0400
Hello,
> Am getting an error when trying to view docs for a specific member
> of a class in the monodoc web interface. Am viewing the docs directly
> over xsp.exe (no mod_mono).
>
> * Clicking the System namespace in tree shows classes in namespace.
> (http://localhost:8080/monodoc.ashx?tlink=2@N%3ASystem)
> * Clicking 'Console' on the previous page returns a blank page
> (http://localhost:8080/monodoc.ashx?link=t:System.Console)
> * Selecting 'Console Class' in the tree on the left returns a page
> with an error message
> (http://localhost:8080/monodoc.ashx?tlink=2@ecma%3A27%23Console%2F).
> Error stack trace:
Oops. Please remove the enableEditing = true setting in settings.cs;
We shipped Monodoc with editing set to true, which should only happen
for the desktop version.