[MonoDevelop] problem with mono.addins.gui assembly reference

qva5 qva5 at poczta.onet.pl
Tue May 22 17:33:06 EDT 2007


Lluis Sanchez wrote:
> Hi,
> 
> Having gtk# 2.10 should be enough to load assemblies linked to 2.8. Gtk#
> comes with some assembly loading policies that allows that, and it works
> since there is a lot of people using 2.10 and MD works just fine. So
> maybe you have something wrong in your setup.
> 
> Lluis.


Thanks... I found policy.2.8.gtk-sharp assembly and just added it to the 
GAC, then finally compiled monodevelop with success.
Did I do right, should those policy* assemblies be inside GAC. What 
exactly they represent?


Then when I key 'make run' I got such message

qva5 at ubuntu:~/monodevelop/dev/monodevelop$ make run
cd build/bin && MONO_ADDINS_REGISTRY=. 
MOZILLA_FIVE_HOME=/usr/lib/mozilla LD_LIBRARY_PATH=`echo 
"/usr/local/share/mono/lib:/usr/lib/mozilla/::/usr/lib/mozilla" | sed 
's/^://g'` /usr/local/share/mono/bin/mono --debug MonoDevelop.exe

Unhandled Exception: Mono.Addins.Setup.InstallException: Application not 
found: IDE
   at MonoDevelop.Core.ApplicationService.StartApplication 
(System.String appId, System.String[] parameters) [0x00075] in 
/home/qva5/monodevelop/dev/monodevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:187 

   at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) 
[0x00006] in 
/home/qva5/monodevelop/dev/monodevelop/Core/src/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:17 

make: *** [runmd] Error 1


I deleted following directories:
~/.config/MonoDevelop/addins
~/.config/MonoDevelop/addin-db-000

but this didn't help;(


Lukasz.


More information about the Monodevelop-list mailing list