[MonoDevelop] SVN version with Stetic

Rafael Teixeira monoman at gmail.com
Fri Mar 10 09:37:28 EST 2006


The best pratice on Mono/.NET is to keep all the versions installed in
GAC, because the compiled assemblies from applications reference
specific versions of other assemblies and aren't automatically
redirected to the latest one. This is a feature to guarantee behaviour
of applications, although some argue about the bloat.

Regards,

On 3/10/06, Michael Gebhart <lists at miketech.net> wrote:
> Hi,
>
> I had the same probleme here. MonoDevelop automatically uses
> Gtk-sharp-2.4.0 as reference, but I've already updated to 2.8.0.
>
> So I had to delete all references and add the new ones (version 2.8.0)
>
> Greetings
>
> Mike
>
>
> > Hello,
> > I've the latest svn version of monodevelop with stetic. But when i build
> > a project GTK# :
> >
> > using System;
> > using Gtk;
> >
> > public class MainWindow: Gtk.Window
> > {
> >     public MainWindow (): base ("")
> >     {
> >         Stetic.Gui.Build (this, "MainWindow");
> >     }
> >
> >     protected void OnDeleteEvent (object sender, DeleteEventArgs a)
> >     {
> >         Application.Quit ();
> >         a.RetVal = true;
> >     }
> > }
> >
> > I receive this error :
> > [Task:File=/home/bouleetbil/Projects/GentooControle/GentooControle/MainWindow.cs,
> > Line=2, Column=1, Type=Error, Description=The type or namespace name
> > `Gtk' could not be found. Are you missing a using directive or an
> > assembly reference?(CS0246)
> >
> > My system is gentoo with :
> > dev-dotnet/gecko-sharp-0.11
> > dev-util/monodoc-1.1.10
> > dev-dotnet/gtk-sharp-2.8.0
> > dev-dotnet/glade-sharp-2.8.0
> >
> > I don't understand why namespace Gtk could not be found
> >
> >
> > Excuse for my bad english but I'm french.
> >
> > Bouleetbil
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


--
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...


More information about the Monodevelop-list mailing list