http://bugzilla.novell.com/show_bug.cgi?id=586164
http://bugzilla.novell.com/show_bug.cgi?id=586164#c1 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pobst <[email protected]> 2010-03-08 02:55:42 UTC --- This may have something to do with naming the project "SpinButton". That sets the default namespace to SpinButton, which conflicts with the type name. Does creating the same with a different project name work? You also could probably fully qualify the type SpinButton by using: Gtk.SpinButton blah = new Gtk.SpinButton (); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
