Philip wrote:
Second, I'm getting errors in the browser when viewing my name spaces.
(. . .) containing the "to be added" tag and "An error occured while loading
type information: File "My.Namespace" not found.

Monodoc loads up the classes at run time to make sure that the documentation being viewed for a class matches what's actually defined in the class. e.g. If a member hasn't been implemented but there's documentation for it, Monodoc says so so that the developer knows not to use the method. (I imagine this will disappear at some point.)


If Monodoc can't find the assembly to load (because it's not in MONO_PATH), it'll show that message.

--
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **


_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to