[Gtk-sharp-list] Glade# attribute problem
Lee Mallabone
gnome@fonicmonkey.net
07 Apr 2003 13:20:48 +0100
On Mon, 2003-04-07 at 11:24, Mark Derricutt wrote:
> I have mono 0.23 and GnomeSharp 0.8 installed and get the following:
> \x{FEFF}project2.cs(16) error CS0246: Could not find attribute
> 'Glade.Widget' (are you missing a using directive or an assembly reference
> ?)
..snip..
> Do I need to include a different dll for the attribute to work?
If I remember right, the [Glade.Widget] attribute was renamed in the CVS version.
It used to be [Glade.GladeWidget] which abbreviates to just [GladeWidget] if you have are 'using Glade'.
I suspect the 0.8 release still uses the original naming.
Regards,
Lee.