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"
country flaguser name
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-listlists.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"
user name
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-listlists.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"
user name
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 <lluisximian.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-listlists.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"
user name
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.
&nbsp; &nbsp; # pushd libgdiplus
 &nbsp;  # make  all-recursive
 &nbsp;  # 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
&gt;t2.txt 2>>t2.txt

But that has helped none.

I&#39;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 < lluisximian.com">lluisximian.com> wrote:

&nbsp; &nbsp; What does monoupdater.sh do?

&nbsp; &nbsp; El dc 27 de 06 del 2007 a les 20:51 -0700, en/na DaleEMoore va escriure:
  ;  > Hi All,
 ; &nbsp; >
 ; &nbsp; > I'm wondering how to teach my svn of monodevelop version .14 to not go
 &nbsp;  > looking for .13. I thought getting rid of /usr/local/lib/monodevelop might
&nbsp; &nbsp; > help, but it hasn't:(
 &nbsp;  >
 ; &nbsp; > # rm -Rf /usr/local/lib/monodevelop
 ; &nbsp; > # time /home/dalem/bin/monoupdater.sh >t3.txt 2>>t3.txt
 ; &nbsp; > $ rm -Rf ~/.config
  ;  > $ monodevelop
 &nbsp;  > ERROR: Add-in scan operation failed. The Mono runtime may have encountered
 &nbsp;  > an error while trying to load an assembly.
  ;  > ...
   ; > Scanning file:
&nbsp; &nbsp; > /usr/local/lib/monodevelop/AddIns/BackendBindings/ILAsmBinding.addin.xml
&nbsp;   > Could not load some add-in assemblies: Could not load file or assembly
&nbsp;   > 'MonoDevelop.Projects, Version=0.13.0.0, Culture=neutral' or one of its
   ; > dependencies.
 ; &nbsp; > ...
   ; > Scanning file:
&nbsp; &nbsp; > /usr/local/lib/monodevelop/AddIns/BackendBindings/VBNetBinding.addin.xml
&nbsp; &nbsp; > Could not load some add-in assemblies: Could not load file or assembly
&nbsp;   > ' MonoDevelop.Core.Gui, Version=0.13.0.0, Culture=neutral' or one of its
   ; > dependencies.
 &nbsp;  > ...
   ; > Scanning file:
&nbsp; &nbsp; > /usr/local/lib/monodevelop/AddIns/ChangeLogAddIn/ChangeLogAddIn.addin.xml
  ;  > Could not load some add-in assemblies: Could not load file or assembly
&nbsp;   > 'MonoDevelop.Core.Gui, Version=0.13.0.0, Culture=neutral' or one of its
   ; > dependencies.
 ; &nbsp; >
 ; &nbsp; > How does monodevelop know to try and load version 0.13.0.0?
 &nbsp;  >
 ; &nbsp; > Any suggestions are very much appreciated,
 &nbsp;  > Dale E. Moore



  
  
Re: svn .14 gets "Could not load file or assembly... Version=0.13.0.0"
user name
2007-07-03 07:34:19
Hi Lluis,
 
Your 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&quot;; 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.&nbsp;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

&nbsp;
On 6/29/07, Lluis Sanchez <ximian.com" target="_blank">lluisximian.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
; &nbsp;  > Could not load some add-in assemblies: Could not load file or
> assembly
&gt; &nbsp; &nbsp; > '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:
>
&gt; # pushd ~/monosrc
>
> # svn co svn://anonsvn.mono- project.com/source/trunk/mono
&gt; # 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.
&gt;
> Mostly do the following for each of the products listed, above.
>; &nbsp; &nbsp; # pushd libgdiplus
  ;  # make  all-recursive
&gt; &nbsp; &nbsp; # su -c make install
; &nbsp;  # 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.
>
&gt; # rm -Rf ~/monosrc/monodevelop
> root at BrainIac:/home/dalem/monosrc#
&gt; time /home/dalem/bin/monoupdater.sh
&gt; >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,
&gt; Dale E. Moore
>
>
> On 6/28/07, Lluis Sanchez <ximian.com" target="_blank"> lluisximian.com> wrote:
>;
; &nbsp;  What does monoupdater.sh do?
>
&gt; &nbsp; &nbsp; El dc 27 de 06 del 2007 a les 20:51 -0700, en/na DaleEMoore va
> escriure:
> &nbsp;   > Hi All,
>&nbsp;   ; >
>&nbsp; &nbsp;  > I'm wondering how to teach my svn of monodevelop version .14 to
> not go
>&nbsp; &nbsp;  > looking for .13. I thought getting rid
> of /usr/local/lib/monodevelop might
>  ; &nbsp; > help, but it hasn't:(
>&nbsp; &nbsp;  >
>&nbsp;   ; > # rm -Rf /usr/local/lib/monodevelop
>&nbsp;   ; > # time /home/dalem/bin/monoupdater.sh >t3.txt 2>>t3.txt
>&nbsp;   ; > $ rm -Rf ~/.config
> &nbsp;   > $ monodevelop
>&nbsp; &nbsp;  > ERROR: Add-in scan operation failed. The Mono runtime may have
> encountered
; &nbsp;  > an error while trying to load an assembly.
> &nbsp;   > ...
>&nbsp; &nbsp;  > Scanning file:
>
> > /usr/local/lib/monodevelop/AddIns/BackendBindings/ILAsmBinding.addin.xml
>; &nbsp; &nbsp; > Could not load some add-in assemblies: Could not load file or
> assembly
&gt; &nbsp; &nbsp; > 'MonoDevelop.Projects , Version=0.13.0.0, Culture=neutral' or one
> of its
>&nbsp; &nbsp;  > dependencies.
>&nbsp; &nbsp;  > ...
>  ; &nbsp; > Scanning file:
>
> > /usr/local/lib/monodevelop/AddIns/BackendBindings/VBNetBinding.addin.xml
; &nbsp;  > 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
; &nbsp;  > dependencies.
>&nbsp;   ; > ...
>&nbsp; &nbsp;  > Scanning file:
>
> > /usr/local/lib/monodevelop/AddIns/ChangeLogAddIn/ChangeLogAddIn.addin.xml
&gt; &nbsp; &nbsp; > Could not load some add-in assemblies: Could not load file or
> assembly
&gt; &nbsp; &nbsp; > 'MonoDevelop.Core.Gui, Version=0.13.0.0, Culture=neutral' or one
> of its
>&nbsp; &nbsp;  > dependencies.
>&nbsp; &nbsp;  >
>&nbsp;   ; > How does monodevelop know to try and load version 0.13.0.0 ?
>&nbsp; &nbsp;  >
>&nbsp;   ; > Any suggestions are very much appreciated,
>&nbsp; &nbsp;  > Dale E. Moore
>
>
>


Re: svn .14 gets "Could not load file or assembly... Version=0.13.0.0"
user name
2007-07-04 06:01:06
El dt 03 de 07 del 2007 a les 07:34 -0500, en/na Dale Moore
va escriure:
> Hi Lluis,
>  
> Your 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.mo
no-project.com/RaceToLinux
> http:
//mono.ximian.com/monobuild/rtl/archive/1.2.3.50/linux-insta
ller/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 can explain you how I do it. Maybe it will also work for
you.

I have two versions of Mono coexisting. One of the is the
Mono version
installed by the standard Suse packages. It is installed in
/usr/lib and
I never manually update it. This is the stable version I
need to run all
Mono desktop based apps (beagle, f-spot and friends).

On the other hand I have another version I use for
development only.
That version is installed in my home directory, in the
"/home/lluis/install" prefix. I install the
bleeding-edge version of all
libraries and applications I need in that prefix (including
MD):

./configure --prefix=/home/lluis/install
make
make install

Then I have a 'dev' script which sets the environment
variables needed
to use that prefix. This script contains:

PATH=/home/lluis/install/bin:$PATH
PATH=/home/lluis/install/lib:$PATH
export PATH
export
LD_LIBRARY_PATH=/home/lluis/install/lib:/usr/local/lib
export
MONO_PATH=/home/lluis/install/lib:/home/lluis/install/bin
export
PKG_CONFIG_PATH=/home/lluis/install/lib/pkgconfig:/usr/lib/p
kgconfig:/opt/gnome/lib/pkgconfig:/usr/local/lib/pkgconfig

After running this script in a terminal with ".
dev", mono applications
launched from that terminal will use the development mono
version and
all the libraries installed in my home dir. 

In fact I have a terminal profile which automatically runs
this script
when I open it (using "bash --rcfile
/home/lluis/dev" as custom
command).

Hope it helps,
Lluis.



_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )