I am following this guide: http://www.mono-project.com/GtkSharpBeginnersGuide it tells me to create a glade file (main.glade in my case), however when I insert it in my project in visual studio I always get this exception:
Cannot get resource file 'main.glade' Parameter name: resource_name
I tried to flag the file as embedded resource, but it didn't help. How I configure file to be compiled as embedded resource so that it can be accessed by glade? The guide doesn't mention this part