[Gtk-sharp-list] Embeded File does not work with glade in windows?

Carlos Adriano Portes xcap2000 at gmail.com
Thu Nov 30 17:15:40 EST 2006


I am using visual studio 2003 to develop an aplication, I used glade 3
to develop my ui but when I execute the following code I get the
following error:

code:

frmPrincipal = new XML(this.GetType().Assembly,
"HegloTransportes.glade", "FormPrincipal", null);
			frmPrincipal.Autoconnect(this);

error:

Cannot get resource file 'HegloTransportes.glade'

Ok the name of the file is correct, the file is set to be compiled as
a resource file, there is nothing more that I remember, could someone
point out the problem?

Thanks in advance.


More information about the Gtk-sharp-list mailing list