[Mono-bugs] [Bug 586164] Mono 2.6.1 won't let compile simple Gtk.SpinButton sample

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Mar 7 21:55:43 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=586164

http://bugzilla.novell.com/show_bug.cgi?id=586164#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpobst at novell.com

--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 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.


More information about the mono-bugs mailing list