[Gtk-sharp-list] GTK# Crash on Gdk.Pixbuf

Ricardo Medina ricki9 at gmail.com
Mon Jun 1 21:35:22 EDT 2009


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



More information about the Gtk-sharp-list mailing list