« Return to Thread: GTK# Crash on Gdk.Pixbuf

Re: GTK# Crash on Gdk.Pixbuf

by Ricardo Medina :: Rate this Message:

Reply to Author | View in Thread

Try printing in Console this value, is not what you want:
        System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,
"./dialog-warning.png")

Dot and slash before "dialog-warning.png" is valid for linux only
(remove it), this is the reason to use Path.Combine (avoid those two
characters)..

Good luck..


On Mon, 2009-06-01 at 10:30 -0700, Aniello Di Nardo wrote:
> System.IO.Path.Combine

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

 « Return to Thread: GTK# Crash on Gdk.Pixbuf