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.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to