Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio + Mono: 'Gtk' could not be found

I've just installed mono 3 for Windows, and now I've opened a project that uses "Gtk". I'm trying to compile it but it's telling me "Gtk" could not be found, which I'm fairly certain mono installed, but evidently didn't set up the paths for.

How do I tell VS2012 where all the mono stuff is?


I've downgraded to mono 2. No luck yet.

like image 252
mpen Avatar asked Dec 18 '25 20:12

mpen


1 Answers

If you want to use GTK# with .NET (ie: not Mono), you need to download "Gtk# for .NET" from http://www.go-mono.com/mono-downloads/download.html rather than Mono for Windows.

like image 140
jpobst Avatar answered Dec 21 '25 11:12

jpobst