Re: [Mono-docs-list] monodoc ecma-provider reflection and the gac

2004-05-08 Thread Joshua Tauberer
Hey, John. I have this fixed on my hard drive already and will commit it very soon. Along with that, the commit will 1) turn off the Mono Implementation Notes if the assembly isn't found 2) generate the inheritance trees from the XML files, so having the assembly present isn't required and 3)

[Mono-docs-list] monodoc ecma-provider reflection and the gac

2004-05-08 Thread John Luke
Hello, A simple patch attached to use .LoadWithPartialName instead of .Load for the ecma-provider so it finds assemblies in the GAC. A more proper fix might be to load with the full assembly name. ? loadpartial.diff ? monodoc.config Index: ChangeLog =