Hello,
On Tue, 2005-05-10 at 23:27 +0200, Philipp Knecht wrote:
> Hi John
> 
> Thanks for catching on. It runs and gives then a
> gtk-messagebox:
> 
> Error: 
> Format der Bilddatei unbekannt
> 
> --> means that the format of the picture wasn't
> recognised.
> 
> When clicking on OK then a :
> 
> An unhandled exception of type
> 'System.Reflection.TargetInvocationException' occurred
> in mscorlib.dll
> 
> Additional information: Exception has been thrown by
> the target of an invocation.
> 
> 

My best guess is that you built it using the solution file which doesn't
include the images as resources like GtkDemo expects.  All the files in
the images/ subdir should be included in the assembly as resources,
however you tell visual studio to do that.

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to