Trying to create a Gtk.FileChooserDialog but when I compile the following error occur: "error CS0234: The type or namespace name `FileChooserDialog' does not exist in the namespace `Gtk'. Are you missing an assembly reference?" In monodoc it exists in Gtk, why doesn't the compiler locate it? I have the latest mono packages installed.