List Info

Thread: The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed




The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed
country flaguser name
United States
2008-03-11 16:04:46
I compiled MonoDevelop 0.19 in Ubuntu, but after I installed
it (using
'sudo make install'), when I open MonoDevelop I get this (in
the
terminal, this is only part of it):

WARNING [2008-03-11 16:30:55Z]: Inotify watch limit is too
low (8192).
MonoDevelop will switch to managed file watching.
See http
://www.monodevelop.com/Inotify_Watches_Limit for more
info.
ERROR [2008-03-11 16:31:00Z]: Add-in error
(MonoDevelop.DesignerSupport,0.19.0): Add-in could not be
loaded: The
required addin 'MonoDevelop.SourceEditor,0.19.0' is not
installed.
Mono.Addins.MissingDependencyException: The required addin
'MonoDevelop.SourceEditor,0.19.0' is not installed.
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
ERROR [2008-03-11 16:31:00Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin
'MonoDevelop.SourceEditor,0.19.0' is not installed.
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
ERROR [2008-03-11 16:31:00Z]: Add-in error
(MonoDevelop.DesignerSupport,0.19.0): Add-in could not be
loaded: The
required addin 'MonoDevelop.SourceEditor,0.19.0' is not
installed.
Mono.Addins.MissingDependencyException: The required addin
'MonoDevelop.SourceEditor,0.19.0' is not installed.
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
  at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
(System.Collections.ArrayList addins,
System.Collections.Stack depCheck,
System.String id, Boolean optional) [0x00000] 
...
And more of those.

This is what ls reports of
/usr/local/lib/monodevelop/AddIns:

AspNetAddIn                  MonoDevelop.GtkCore
BackendBindings              MonoDevelop.MsVisualStudio
ChangeLogAddIn               MonoDevelop.RegexToolkit
GnomePlatform                MonoDevelop.SourceEditor.dll
MonoDevelop.Autotools        MonoDevelop.WebReferences
MonoDevelop.Deployment       NUnit
MonoDevelop.DesignerSupport  VersionControl
MonoDeveloperExtensions      WelcomePage
MonoDevelop.Gettext

I have MonoDevelop.SourceEditor.dll there!
I don't know what to do, I tried 'sudo make uninstall', then
'sudo make
install', and still the same!

-- 
Mikel <mikeloco14gmail.com>

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

Re: The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed
user name
2008-03-11 17:54:00
On Tue, Mar 11, 2008 at 5:04 PM, Mikel Perez
<mikeloco14gmail.com> wrote:
<...>
>  ERROR [2008-03-11 16:31:00Z]: Add-in error
>  (MonoDevelop.DesignerSupport,0.19.0): Add-in could not
be loaded: The
>  required addin 'MonoDevelop.SourceEditor,0.19.0' is
not installed.
>  Mono.Addins.MissingDependencyException: The required
addin
>  'MonoDevelop.SourceEditor,0.19.0' is not installed.
<...>
>  I have MonoDevelop.SourceEditor.dll there!
>  I don't know what to do, I tried 'sudo make
uninstall', then 'sudo make
>  install', and still the same!

It sounds like the addin DB has somehow become outdated (it
should
auto-update). Try removing it so that it gets rebuilt:

rm -r  ~/.config/MonoDevelop/addin*


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

Re: The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed
country flaguser name
Germany
2008-03-13 03:32:05
> On Tue, Mar 11, 2008 at 5:04 PM, Mikel Perez
<mikeloco14gmail.com>  
> wrote:
> <...>
>> ERROR [2008-03-11 16:31:00Z]: Add-in error
>> (MonoDevelop.DesignerSupport,0.19.0): Add-in could
not be loaded: The
>> required addin 'MonoDevelop.SourceEditor,0.19.0' is
not installed.
>> Mono.Addins.MissingDependencyException: The
required addin
>> 'MonoDevelop.SourceEditor,0.19.0' is not
installed.
> <...>
>> I have MonoDevelop.SourceEditor.dll there!
>> I don't know what to do, I tried 'sudo make
uninstall', then 'sudo  
>> make
>> install', and still the same!
>
> It sounds like the addin DB has somehow become outdated
(it should
> auto-update). Try removing it so that it gets rebuilt:
>
> rm -r  ~/.config/MonoDevelop/addin*

fwiw, i received similar errors after upgrading from 1.2.6
to 1.9 (OS  
X), and clearing the MD config folder in my home dir fixed
it...


Yours,

marc hoffman

RemObjects Software
The Infrastructure Company
http://www.remobjects.com

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

Re: The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed
country flaguser name
United States
2008-03-13 16:28:08
Thanks a lot! It did help me in a way. When I deleted it and
MonoDevelop
was rebuilding the addin DB, I got something about assembly
gtksourceview2 not found, and I went to the directory where
I compiled
gtksourceview2-sharp, and the prefix was set to /usr/local,
and mono in
ubuntu is in /usr, and sometimes it can't find things if
they're
in /usr/local (don't know why, I figured out while compiling
F-spot with
Mono.Addins in /usr/local)
Thanks!

On Tue, 2008-03-11 at 18:54 -0400, Michael Hutchinson
wrote:
> On Tue, Mar 11, 2008 at 5:04 PM, Mikel Perez
<mikeloco14gmail.com> wrote:
> <...>
> >  ERROR [2008-03-11 16:31:00Z]: Add-in error
> >  (MonoDevelop.DesignerSupport,0.19.0): Add-in
could not be loaded: The
> >  required addin 'MonoDevelop.SourceEditor,0.19.0'
is not installed.
> >  Mono.Addins.MissingDependencyException: The
required addin
> >  'MonoDevelop.SourceEditor,0.19.0' is not
installed.
> <...>
> >  I have MonoDevelop.SourceEditor.dll there!
> >  I don't know what to do, I tried 'sudo make
uninstall', then 'sudo make
> >  install', and still the same!
> 
> It sounds like the addin DB has somehow become outdated
(it should
> auto-update). Try removing it so that it gets rebuilt:
> 
> rm -r  ~/.config/MonoDevelop/addin*
> 
> 
-- 
Mikel <mikeloco14gmail.com>

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

Re: The required addin 'MonoDevelop.SourceEditor, 0.19.0' is not installed
user name
2008-03-13 17:05:56
On Thu, Mar 13, 2008 at 5:28 PM, Mikel Perez
<mikeloco14gmail.com> wrote:
> Thanks a lot! It did help me in a way. When I deleted
it and MonoDevelop
>  was rebuilding the addin DB, I got something about
assembly
>  gtksourceview2 not found, and I went to the directory
where I compiled
>  gtksourceview2-sharp, and the prefix was set to
/usr/local, and mono in
>  ubuntu is in /usr, and sometimes it can't find things
if they're
>  in /usr/local (don't know why, I figured out while
compiling F-spot with
>  Mono.Addins in /usr/local)

Assuming that the GAC in /usr/local will only ever contain
libraries
that are intended to supplement the ones in /usr, try
setting
MONO_GAC_PREFIX=/usr/local:/usr

See http://www.mono-project.com/Parallel_Mono_Environments
for more
info, and also http://mjhutchinson.com/journal/2007/11/08/how_not
_break_mono.

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

[1-5]

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