[Mono-docs-list] browser problems

Lee Mallabone mono-docs@fonicmonkey.net
14 Apr 2003 19:17:31 +0100


Hi,

I'm still having trouble getting the monodoc browser to work.

Once I've built it and 'assembled' the docs, I just get this crash on
startup:

mono --debug /home/lee/source/tools/monodoc/browser/browser.exe
** Message: debug-mono-symfile.c:917: 0x8437df8 - 0,f,0

Unhandled Exception: System.IO.FileNotFoundException: Could not find
file "monodoc.xml"
in <0x002ac> 00 System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
in <0x00057> 00 System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
in <0x001ff> 00 System.Xml.XmlDocument:Load (string)
in [0x0000d] (at /home/lee/source/tools/monodoc/browser/provider.cs:516)
00 .RootTree:LoadTree ()
in [0x0005c] (at /home/lee/source/tools/monodoc/browser/browser.cs:80)
00 .Browser:.ctor ()
in [0x00005] (at /home/lee/source/tools/monodoc/browser/browser.cs:34)
00 .Browser:Main ()

This happens if I try the gtk-sharp docs, or the monodoc docs.

If I just blindly copy the monodoc.xml file from the browser directory
to my gtk-sharp/doc directory, I get the following crash:

mono --debug /home/lee/source/tools/monodoc/browser/browser.exe
** Message: debug-mono-symfile.c:917: 0x8437e00 - 0,f,0

Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
'sources' not found.
in <0x00147> 00 System.IO.Directory:GetFileSystemEntries
(string,string,System.IO.FileAttributes,System.IO.FileAttributes)
in [0x00041] (at /home/lee/source/tools/monodoc/browser/provider.cs:526)
00 .RootTree:LoadTree ()
in [0x0005c] (at /home/lee/source/tools/monodoc/browser/browser.cs:80)
00 .Browser:.ctor ()
in [0x00005] (at /home/lee/source/tools/monodoc/browser/browser.cs:34)
00 .Browser:Main ()

Everything worked a couple of weeks ago, and I can't tell which changes
made this happen... Is it just me?

Lee.