[MonoDevelop] MONODOC FROM SVN DOESN'T WORK

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Dec 29 21:50:17 EST 2009


On Tue, Dec 29, 2009 at 7:54 PM, A.M. Abdelaziz <amamh3 at gmail.com> wrote:
> This is my second email stating this issue.
>
> I have just installed a clean install of openSUSE 11.2
> dist-upgrade --repo mono-stable (the repo mentioned on mono-project.com)
> mono, debugger, gtk-2.12, mono-tools from svn
>
> running "monodoc" and opening a page gives a warning then crashes, the
> warning is:
> ** (browser:22363): WARNING **: Missing method
> System.Type::op_Equality(Type,Type) in assembly
> /usr/local/lib/mono/2.0/mscorlib.dll, referenced in assembly
> /usr/local/lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll
> I solved the problem using a workaround, here is my notes from Tomboy:
> monodoc.dll from svn appears to suffer a problem coz it requests
> System.Type::op_Equality method from 2.0/mscorlib.dll which doesn't exist,
> so:
> • installed monodoc-core from mono-stable
> • moved all svn monodoc files in:
> ∘ /usr/local/lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756
> • to dir "old"
> • replaced them with the new files from mono-stable, BUT only kept
> monodoc.dll.config from svn and didn't replace it, to make it read svn
> documentation and not the one from mono-stable (which doesn't include gtk
> sharp docs, btw)
> • to understand better, view monodoc.dll.config in the specified dir
> pls FIX IT, or tell me if I'm wrong

a) You have mixed together two different Mono versions, resulting in a
broken Mono installation. Please read
http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono and
http://www.mono-project.com/Parallel_Mono_Environments
b) You are writing to the wrong mailing list. This list is for the
IDE, MonoDevelop.
c) The mailing lists are a place for discussions.To report bugs,
please use bugzilla

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list