[MonoDevelop] MD SVN 0.18 or 0.17 !!

Petit Eric surfzoid at gmail.com
Thu Dec 27 15:00:24 EST 2007


2007/12/27, Petit Eric <surfzoid at gmail.com>:
> 2007/12/27, Michael Hutchinson <m.j.hutchinson at gmail.com>:
> > On Dec 25, 2007 4:58 PM, Petit Eric <surfzoid at gmail.com> wrote:
> > > 2007/12/25, Petit Eric <surfzoid at gmail.com>:
> > ...
> > > > ** (/usr/lib/boo/booc.exe:26144): WARNING **: Could not load file or
> > > > assembly 'MonoDevelop.Core, Version=0.17.0.0, Culture=neutral' or one
> > > > of its dependencies.
> > > > BCE0106: Failed to access the types defined in assembly 'BooShell,
> > > > Version=0.0.0.0, Culture=neutral' -
> > > > (/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll): Could
> > > > not load file or assembly 'MonoDevelop.Core, Version=0.17.0.0,
> > > > Culture=neutral' or one of its dependencies..
> > ...
> >
> > You have old addins in your MD install directory, which are trying to
> > load old versions of the core MD assemblies. It's likely that the new
> > build system changed the locations to which the addins are installed,
> > so that instead of the newer addin overwriting the old one, you end up
> > with both. Please remove $prefix/lib/monodevelop and try installing it
> > again.
> Thank's
> I will try it as soon as possible and give you feedback, but to
> upgrade my MD SVN version i use a script where i do a make uninstall
> and distclean, so uninstall keep some incorect files?
> >
> > ...
> > > make[2]: *** [build/AspNetEdit.dll] Erreur 1
> > > make[2]: quittant le répertoire « /root/mono/monodevelop/extras/AspNetEdit »
> > > make[1]: *** [install-recursive] Erreur 1
> > > make[1]: quittant le répertoire « /root/mono/monodevelop/extras/AspNetEdit »
> > > make: *** [install-recursive] Erreur 1
> >
> > AspNetEdit doesn't build right now, sorry. The code's not broken, but
> > I've had difficulties fitting it into the new build system. I'll blog
> > when it's fixed.
> >
> > --
> > Michael Hutchinson
> > http://mjhutchinson.com
> >
>
I delete the asp line in the profile file all and it's ok, before i
had this error message, perhap's it can help you :

./AspNetEdit.Editor.ComponentModel/WebFormReferenceManager.cs(41,22):
warning CS0618: `System.Web.UI.Design.IWebFormReferenceManager' is
obsolete: `Use new WebFormsReferenceManager feature'
./AspNetEdit.Editor.UI/RootDesignerView.cs(43,53): error CS0234: The
type or namespace name `WebBrowsers' does not exist in the namespace
`MonoDevelop'. Are you missing an assembly reference?
Compilation failed: 1 error(s), 1 warnings
make[2]: *** [build/AspNetEdit.dll] Erreur 1


More information about the Monodevelop-list mailing list