[MonoDevelop] Can't seem to create a new window in a C# project

Scott Stephens stephens.js at gmail.com
Wed May 15 14:05:26 UTC 2013


The first thing I would suggest is upgrading to a newer version of
MonoDevelop.  It looks like you're using 2.8.8.4, which is a pretty old
version.  Unfortunately, packaging efforts haven't nearly kept up with
development efforts, so only out of date packages are available for a lot
of platforms.  Building from the github source isn't that tough though:
https://github.com/mono/monodevelop


On Tue, May 14, 2013 at 8:01 AM, Anthony <lists at cajuntechie.org> wrote:

> Hello Everyone,
>
> I'm pretty new to MonoDevelop and I'm working with my very first project
> in it. I started a new C# project then tried to add a GTK Window to it.
> I got the following error:
>
> System.ArgumentException: value
>   at MonoDevelop.GtkCore.ReferenceManager.set_GtkPackageVersion
> (System.String value) [0x00024] in
>
> /builddir/build/BUILD/monodevelop-2.8.8.4/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore/ReferenceManager.cs:78
>
>   at MonoDevelop.GtkCore.WidgetFileDescriptionTemplate.AddToProject
> (MonoDevelop.Projects.SolutionItem policyParent,
> MonoDevelop.Projects.Project project, System.String language,
> System.String directory, System.String name) [0x00017] in
>
> /builddir/build/BUILD/monodevelop-2.8.8.4/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore/WidgetFileDescriptionTemplate.cs:83
>
>   at MonoDevelop.Ide.Templates.FileTemplate.CreateFile
> (MonoDevelop.Ide.Templates.FileDescriptionTemplate newfile,
> MonoDevelop.Projects.SolutionItem policyParent,
> MonoDevelop.Projects.Project project, System.String directory,
> System.String language, System.String name) [0x00006] in
>
> /builddir/build/BUILD/monodevelop-2.8.8.4/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/FileTemplate.cs:366
>
>   at MonoDevelop.Ide.Templates.FileTemplate.Create
> (MonoDevelop.Projects.SolutionItem policyParent,
> MonoDevelop.Projects.Project project, System.String directory,
> System.String language, System.String name) [0x0002b] in
>
> /builddir/build/BUILD/monodevelop-2.8.8.4/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/FileTemplate.cs:309
>
>   at MonoDevelop.Ide.Projects.NewFileDialog.OpenEvent (System.Object
> sender, System.EventArgs e) [0x000ab] in
>
> /builddir/build/BUILD/monodevelop-2.8.8.4/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs:474
>
>
> Any idea what this all means and how I can get around it to work on my
> project?
>
> Thanks!
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130515/68929302/attachment.html>


More information about the Monodevelop-list mailing list