[MonoDevelop] Can't run the latest version of MD

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Dec 20 17:48:31 EST 2007


On Dec 20, 2007 5:34 PM, Gergely Kiss <mail.gery at gmail.com> wrote:
> Hi,
>
> I just can't run the latest version of MD. I could configure and compile it
> with no problem, but if I try to run it, I get a lot of exceptions like this
> one:
>
> ERROR [2007-12-20 23:32:01Z]: Add-in error (): Error while getting object
> for node in path '/MonoDevelop/ProjectModel/ProjectServiceExtensions'.
> System.InvalidOperationException: Add-in 'MonoDevelop.AspNetAddIn,0.17.0'
> could not be loaded.
>   at Mono.Addins.ExtensionNode.get_Addin () [0x00000]
>   at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000]
>   at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000]
>   at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type
> expectedType) [0x00000]
>   at Mono.Addins.ExtensionNode.GetChildObjects (System.Type
> arrayElementType, Boolean reuseCachedInstance) [0x00000]
>
> The installation path is exactly the same as the one used for Mono. I have
> all dependencies installed, older versions of MD used to work...
> My Mono version is 1.2.4.

Package installation paths may have changed in the build reorg, and it
looks like you have an old addin installed. Try removing all the files
from $prefix/lib/monodevelop and reinstalling.

You can test your build works with "make run".

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list