Yep, worked for me too. Thanks everybody for the useful info:-) Here's the setting path in text:
-Right click on project -Select 'Options' -in the 'General' section, click on 'GTK# Settings' -uncheck the 'Enable gettext support' option -recompile Slug wrote: > > > > Mike Kestner-4 wrote: >> >> >> The problem is most likely that translation is enable in an MD Gtk# >> project. This causes a reference to Mono.Posix to be added to the >> project and any user visible strings will use the Catalog class to >> retrieve localized strings. >> >> The Gtk# for .net installer does not currently ship Mono.Posix, though >> it has been suggested recently that we should add it. >> >> In the meantime, you have a few options I can think of: >> >> 1) if you aren't currently translating any of those UI strings, you >> could disable translation via the MD project options. >> >> 2) grab a mono combined installer and manually gac the ... >> >> 3) we will be releasing an installer in ... >> >> -- >> >> > > > I did option number one since it seemed the fastest. It worked great. > > > http://www.nabble.com/file/p23159523/Screenshot-Project%2BOptions%2B-%2BScriptChipper.png > > -- View this message in context: http://www.nabble.com/problems-running-gtk--app-on-windows-tp23144339p23163552.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
