[MonoDevelop] Error opening dialogs

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Feb 19 19:29:22 EST 2006


Hello,

I'm getting strange errors when opening certain dialogs in
Monodevelop. When I try to open an existing solution I get


Exception occurred: Cannot get resource file 'Base.glade'
Parameter name: resource_name

System.ArgumentException: Cannot get resource file 'Base.glade'
Parameter name: resource_name
in <0x0020d> Glade.XML:.ctor (System.Reflection.Assembly assembly,
System.String resource_name, System.String root, System.String domain)
in <0x00095> MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog:.ctor
(MonoDevelop.Projects.Project project,
System.Collections.Specialized.StringCollection newFiles)
in <0x007dd> MonoDevelop.Ide.Gui.ProjectOperations:SearchNewFiles
(MonoDevelop.Projects.Project project)
in <0x000a7> MonoDevelop.Ide.Gui.ProjectOperations:SearchForNewFiles ()
in <0x006b1> MonoDevelop.Ide.Gui.ProjectOperations:backgroundLoadCombine
(System.Object arg)

The 'New project' dialog also fails, slightly differently, again in
the constructor, due to an uninitialised GTK# object -- this appears
to be a similar issue. No other dialogs I have trie seem to be
affected.


I'm using Ubuntu Dapper AMD64 but with MonoDevelop and all Mono
libraries regularly updated from svn. This happened a little while
ago, but I've only just go around to needing to use it again, and I
was hoping the error would be fixed by now. Presumably no-one else has
been having this... and I am at a loss for how to fix it. It looks
like it might somehow caused by the Mono runtime. Have there been any
changes made recently that could possibly have caused this? I have
done multiple dist-clean rebuilds of everything, but that doesn't
help.

Does anyone have any idea how to fix this?

Thanks!


Michael


More information about the Monodevelop-list mailing list