[Mono-dev] Is anyone using mono develop in 1.1.13.2?

Joshua Kugler joshua.kugler at uaf.edu
Mon Feb 20 17:45:50 EST 2006


I've posted about this before, but have not gotten any reply.  Since the Mono 
developers say they use their own tools, I'm not sure why this hasn't been 
addresses.  Is anyone using the latest release of Monodevelop?  When I try to 
run it, I get this error:

[joshua at otter ~]$ monodevelop 
System.TypeInitializationException: An exception was thrown by the type 
initializer for Gnome.ModuleInfo ---> System.DllNotFoundException: 
gnomesharpglue-2
in (wrapper managed-to-native) 
Gnome.ModuleInfo:gnomesharp_gnome_moduleinfo_get_name_offset ()
in <0x00008> Gnome.ModuleInfo:.cctor ()--- End of inner exception stack trace 
---

in <0x00000> <unknown method>
in <0x00025> Gnome.Modules:get_UI ()
in <0x00440> MonoDevelop.Ide.Gui.IdeStartup:Run (System.String[] args)
in <0x00169> MonoDevelop.Core.AddIns.AddInService:StartApplication 
(System.String addinId, System.String[] parameters)

This is on Linux using the installer from the download page.  I'd really like 
to start playing around with Monodevelop, but can't run it.  These two files 
exist:

/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue.so
/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue-2.so

But for some reason aren't being found.

I even tried adding these lines to the config file:

<dllmap dll="gnomesharpglue-2.dll" 
target="/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue-2.so"/>
<dllmap dll="gnomesharpglue.dll" 
target="/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue.so"/>

And that didn't seem to help.  Any other ideas?

Thanks!

j----- k-----

-- 
Joshua Kugler                 PGP Key: http://pgp.mit.edu/
CDE System Administrator             ID 0xDB26D7CE
http://distance.uaf.edu/



More information about the Mono-devel-list mailing list