[MonoDevelop] Installation issues

Bushido89 big_jkd2 at hotmail.com
Sun Oct 12 19:28:37 EDT 2008


Hi all,
I'll come right out and say that I'm no linux pro, not by a long shot. I'm
running Fedora Core 9, and used to work in C# when I was back on Faildows,
and really need to get Mono working, as I don't really have the free time to
learn Java or suchlike.

To get to the point: I'm having a few hiccups installing MonoDevelop, I have
so far, taken the following steps:
- Added the Mono repo.
- Yum install mono-complete mono-develop
- I have also installed Gtk-Sharp and GtK-Sharp2

>From the outside, everything seems like it should work fine (after some
tweaking with dependancies), the installation went off without a hitch. Mono
starts on the task-bar, but I see no window itself, running it as root, in a
terminal produces the following output
[code]
[root at localhost Bushido89]# monodevelop
WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some
Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your
Mozilla directory.

** (./MonoDevelop.exe:20365): WARNING **: The following assembly referenced
from /usr/lib64/monodevelop/bin/MonoDevelop.Core.dll could not be loaded:
     Assembly:   Mono.Addins.Setup    (assemblyref_index=6)
     Version:    0.3.0.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/usr/lib64/monodevelop/bin).


** (./MonoDevelop.exe:20365): WARNING **: Could not load file or assembly
'Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

** (./MonoDevelop.exe:20365): WARNING **: Could not load file or assembly
'Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

** (./MonoDevelop.exe:20365): WARNING **: The following assembly referenced
from /usr/lib64/monodevelop/bin/MonoDevelop.Ide.dll could not be loaded:
     Assembly:   gtk-sharp    (assemblyref_index=2)
     Version:    2.10.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/usr/lib64/monodevelop/bin).


** (./MonoDevelop.exe:20365): WARNING **: Could not load file or assembly
'gtk-sharp, Version=2.10.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

** (./MonoDevelop.exe:20365): WARNING **: The following assembly referenced
from /usr/lib64/monodevelop/bin/MonoDevelop.exe could not be loaded:
     Assembly:   Mono.Addins    (assemblyref_index=3)
     Version:    0.3.0.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/usr/lib64/monodevelop/bin/).


** (./MonoDevelop.exe:20365): WARNING **: Could not load file or assembly
'Mono.Addins, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

** (./MonoDevelop.exe:20365): WARNING **: Missing method get_Registry in
assembly /usr/lib64/monodevelop/bin/MonoDevelop.exe, type
Mono.Addins.AddinManager

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'Mono.Addins, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
File name: 'Mono.Addins, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'
[root at localhost Bushido89]# 
[/code]

My first thought, was ofc to reinstall mono-addins, which I did, which was
when I noticed something strange, the mono-addins package installs a MUCH
more up to date version than 0.3.0.0, 0.3.1.x, if memory serves, so as far
as I can see, the solution to the problem might be something to do with mono
not looking for the correct file.

Though I concede, that it's equally possible, if not moreso, that I've just
made a stupid mistake somewhere down the line. Any advice that anyone can
offer would be very appreciated.

Regards.
-- 
View this message in context: http://www.nabble.com/Installation-issues-tp19946985p19946985.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list