[MonoDevelop] Stetic generates GUI code with errors

Jacek Rużyczka stacheldraht at interia.pl
Fri Jan 9 22:23:37 UTC 2015


I've just found out what the problem was: It was a bug in gui.stetic
where the AboutDialog object appeard twice. One of the versions
(iwawi.AboutDialog) was the "real" one, and the other one
(iwawi.tools.AboutDialog) was some kinda age-old zombie. In fact, its
logic source file (not the one autogenerated by Stetic) didn't even
exist any more, so the autogenerated code was incomplete, and the
compiler went nuts. :-(

The solution was to remove all references to the "zombie" object and
then to rebuild the whole project.

Regards
Jacek Rużyczka




More information about the Monodevelop-list mailing list