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

Dale Moore daleemoore at gmail.com
Tue Jul 3 08:34:19 EDT 2007


Hi Lluis,

Your insights are RIGHT ON THE MARK! I have created some installation
problem between Ubuntu's standard installation and the SVN
monoupdater.shI've been using. I've spent a little time looking into
where Ubuntu puts
monodevelop stuff, and where the svn installs put monodevelop stuff. So I
removed the svn stuff with:

# pushd ~/monosrc; for f1 in libgdiplus mono gtk-sharp gtksourceview-sharp
gtkmozembed-sharp monodoc monodevelop; do pushd $f1; su -c "make uninstall";
popd; done

Then used synaptic to re-install everything that tastes like mono; and now
monodevelop is running as version 0.13.0.0.

I wonder about creating a functional mono version like y'all did with your
http://www.mono-project.com/RaceToLinux
http://mono.ximian.com/monobuild/rtl/archive/1.2.3.50/linux-installer/rtl1/mono-1.2.3.50_rtl1-installer.bin
, but; as I search my system and google, I run into lots of frustrated
Ubuntu users and wanna-be mono bleeding-edge users and have some
concerns. I'm thinking about stepping back from this, catching my breath
then coming back to it when I can budget more time to understand and control
your build procedure perhaps allowing multiple versions to coexist.

I'll be back,
Dale E. Moore


On 6/29/07, Lluis Sanchez <lluis at ximian.com > wrote:
>
> 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
> >
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070703/04c5314f/attachment-0001.html 


More information about the Monodevelop-list mailing list