Question

'...are you missing a using directive or an assembly reference?'

I tried the solution in this question Gtk# in monodevelop not working anymore after upgrading to ubuntu 11.10 unity but appears to not work here.

I am running on Mtn Lion with lastest MonoFramework 2.10.10 and MonoDevelop 3.1.1

Any suggestions to get build going? Thanks.

Was it helpful?

Solution

The error message says exactly what you need to do.

  1. Add reference to Gtk# assembly if no one.
  2. Add using Gtk; to your code.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top