[Gtk-sharp-list] Problems compiling with gtk-sharp 0.9
Gonzalo Paniagua Javier
gonzalo@ximian.com
13 May 2003 22:31:31 +0200
El mar, 13 de 05 de 2003 a las 22:02, Jorge De Gante Tellez escribió:
> Hi
>
> I've upgraded to mono 0.24 and gtk-sharp 0.9. The problem is that when I
> try to compile my programs the following error appears multiple times:
>
> error CS0246: Could not find attribute 'GladeWidget' (are you missing a
> using directive or an assembly reference ?
>
> In my programs I declare widget variables to work with the controls of
> my glade file with a line that says:
>
> [GladeWidget]
Use [Glade.Widget] instead.
-Gonzalo