|
List Info
Thread: svn .14 gets "Could not load file or assembly... Version=0.13.0.0"
|
|
| svn .14 gets "Could not load file
or assembly... Version=0.13.0.0" |
  United States |
2007-06-27 22:51:13 |
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/ILAsmBindi
ng.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/VBNetBindi
ng.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/ChangeLogAd
dIn.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
--
View this message in context: http://www.nabble.com/svn-.14-gets-%22Could-not-load-
file-or-assembly...-Version%3D0.13.0.0%22-tf3992249.html#a11
336536
Sent from the Mono - IDE Dev mailing list archive at
Nabble.com.
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: svn .14 gets "Could not load
file or
assembly... Version=0.13.0.0" |

|
2007-06-28 05:27:48 |
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/ILAsmBindi
ng.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/VBNetBindi
ng.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/ChangeLogAd
dIn.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
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: svn .14 gets "Could not load
file or
assembly... Version=0.13.0.0" |

|
2007-06-29 08:50:37 |
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/ILAsmBindi
ng.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-sh
arp
> # svn co
svn://anonsvn.mono-project.com/source/trunk/gtkmozembed-shar
p
> # 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 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/ILAsmBindi
ng.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/VBNetBindi
ng.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/ChangeLogAd
dIn.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
>
>
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: svn .14 gets "Could not load
file or assembly...
Version=0.13.0.0" |

|
2007-06-29 08:07:56 |
|
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.
I39;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 ximian.com">lluis 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
|
|
|
| Re: svn .14 gets "Could not load
file or assembly...
Version=0.13.0.0" |

|
2007-07-03 07:34:19 |
|
Hi Lluis,
Y our insights are RIGHT ON THE MARK! I have created some installation problem between Ubuntu';s standard installation and the SVN monoupdater.sh I'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 <ximian.com" target="_blank">lluis 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 <ximian.com" target="_blank">
lluis 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 > | |