I had some monodevelop programs with a GTK# user interface running smoothly in ubuntu 11.04 wihtout unity. I have upgraded to unbuntu 11.10 with unity. Now I get the following error: "The type or namespace name 'Gtk' could not be found. Are you missing an assembly reference?". And indeed in my references the references atk-sharp, gdk-sharp, glade-sharp, glid-sharp, stk-sharp and pango-sharp are colored red and I can't re-add them.
If I search in the softwere to install at gtk-sharp then it tells me Gtk# 2.10 is installed. If I start a new gtk project in monodevelop it gives the same errors.
Does someone know how to fix this? Thanks!