On So, 2005-12-11 at 12:39 -0500, Jason Trickett wrote: > > ./PlaylistWindow.cs(417,9): error CS0104: `File' is an ambiguous > reference between `System.IO.File' and `Gnome.Vfs.File' > ./PlaylistWindow.cs(417,9): error CS0103: The name `File' does not > exist in the context of `Muine.PlaylistWindow' Substitute "File" for "System.IO.File" in PlaylistWindow.cs line 419. It's a known problem. -Samuel