[MonoDevelop] svn .14 gets "Could not load file or assembly... Version=0.13.0.0"

Lluis Sanchez lluis at ximian.com
Fri Jun 29 09:50:37 EDT 2007


There is something I don't understand. You say you are running:

rm -Rf /usr/local/lib/monodevelop

but the log you attached shows that MD is being installed in /usr/lib:

 /usr/bin/install -c -m 644 'MonoDevelop.Core.addin.xml' '/usr/lib/monodevelop/AddIns/MonoDevelop.Core.addin.xml'

yet you are getting an error about an add-in in /usr/local/lib:


> /usr/local/lib/monodevelop/AddIns/BackendBindings/ILAsmBinding.addin.xml 
>     > Could not load some add-in assemblies: Could not load file or
> assembly
>     > 'MonoDevelop.Projects, Version=0.13.0.0, Culture=neutral' or one
> of its

How can this be? If you removed /usr/local/lib/monodevelop, that
ILAsmBinding.addin.xml file can't be there. You clearly have an
installation problem, but I don't know what it is.


El dv 29 de 06 del 2007 a les 08:07 -0500, en/na Dale Moore va escriure:
> Hi Lluis,
> 
> monoupdater.sh svn updates, builds then installs mono and monodevelop
> for me. I found monoupdater.sh here
> http://www.all-the-johnsons.co.uk/mono/mono-extras.shtml and have made
> a few hacks to bring it up to date.
> 
> I worry that my svn, make, install procedure might be somehow flawed
> so in 
> the spirit of full disclosure :) I've attached my monoupdater.sh , and
> t3.txt files. 
> But the summary is:
> 
> # pushd ~/monosrc
> 
> # svn co svn://anonsvn.mono-project.com/source/trunk/mono
> # svn co svn://anonsvn.mono-project.com/source/trunk/mcs
> # svn co svn://anonsvn.mono-project.com/source/trunk/gtk-sharp
> # svn co svn://anonsvn.mono-project.com/source/trunk/libgdiplus
> # svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop
> # svn co
> svn://anonsvn.mono-project.com/source/trunk/gtksourceview-sharp
> # svn co svn://anonsvn.mono-project.com/source/trunk/gtkmozembed-sharp
> # svn co svn://anonsvn.mono-project.com/source/trunk/monodoc
> All Checked out revision 80689.
> 
> Mostly do the following for each of the products listed, above.
>     # pushd libgdiplus
>     # make  all-recursive
>     # su -c make install 
>     # su -c /sbin/ldconfig
> 
> I don't know how monodevelop knows to look for version .14, or .13 so
> thinking this logic might be bound to the source I tried something
> else,
> which still fails with the same errors. 
> 
> # rm -Rf ~/monosrc/monodevelop
> root at BrainIac:/home/dalem/monosrc#
> time /home/dalem/bin/monoupdater.sh
> >t2.txt 2>>t2.txt
> 
> But that has helped none.
> 
> I'm sorry to be such a dweeb, but; I'm still drowning here:( 
> 
> Many thanks for any help you can provide,
> Dale E. Moore
> 
> 
> On 6/28/07, Lluis Sanchez <lluis at ximian.com> wrote:
> 
>     What does monoupdater.sh do?
> 
>     El dc 27 de 06 del 2007 a les 20:51 -0700, en/na DaleEMoore va
> escriure:
>     > Hi All,
>     >
>     > I'm wondering how to teach my svn of monodevelop version .14 to
> not go
>     > looking for .13. I thought getting rid
> of /usr/local/lib/monodevelop might 
>     > help, but it hasn't:(
>     >
>     > # rm -Rf /usr/local/lib/monodevelop
>     > # time /home/dalem/bin/monoupdater.sh >t3.txt 2>>t3.txt
>     > $ rm -Rf ~/.config
>     > $ monodevelop 
>     > ERROR: Add-in scan operation failed. The Mono runtime may have
> encountered
>     > an error while trying to load an assembly.
>     > ...
>     > Scanning file:
> 
> > /usr/local/lib/monodevelop/AddIns/BackendBindings/ILAsmBinding.addin.xml 
>     > Could not load some add-in assemblies: Could not load file or
> assembly
>     > 'MonoDevelop.Projects, Version=0.13.0.0, Culture=neutral' or one
> of its
>     > dependencies. 
>     > ...
>     > Scanning file:
> 
> > /usr/local/lib/monodevelop/AddIns/BackendBindings/VBNetBinding.addin.xml
>     > Could not load some add-in assemblies: Could not load file or
> assembly
>     > ' MonoDevelop.Core.Gui, Version=0.13.0.0, Culture=neutral' or
> one of its
>     > dependencies.
>     > ...
>     > Scanning file:
> 
> > /usr/local/lib/monodevelop/AddIns/ChangeLogAddIn/ChangeLogAddIn.addin.xml 
>     > Could not load some add-in assemblies: Could not load file or
> assembly
>     > 'MonoDevelop.Core.Gui, Version=0.13.0.0, Culture=neutral' or one
> of its
>     > dependencies. 
>     >
>     > How does monodevelop know to try and load version 0.13.0.0?
>     >
>     > Any suggestions are very much appreciated,
>     > Dale E. Moore
> 
> 
> 



More information about the Monodevelop-list mailing list