monodevelop

Mono-Develop throws error "" when trying to create select Gtk objects (dialogs), why?

I've recently started playing with Mono (1.9.1) on Ubuntu 8.04 with the Mono-Develop IDE (v1). I am attempting to use GTK-Sharp 2 to run the GUI for the play apps. For some reason when I try to create gtk dialogs (ColorSelectionDialog or MessageDialog) the compiler throws the error "'Gtk.ColorSelectionDialog.ColorSelectionDialog(GLib.G...

Why can't I find System.Text.RegularExpressions when using Mono in Linux?

I'm attempting to use Mono and Monodevelop (the IDE) to code a C# project in Ubuntu. Everything is working apart from the fact that the System.Text.RegularExpressions (Package?) is not found. The only relevant thing I have found on the interwebs is here There appears to be a solution of sorts posted, but I don't understand. Please he...

How do I install MonoDevelop on my Mac?

I just downloaded MonoDevelop for my Mac, but I cannot figure out how to install it. Does anyone know exactly what to type in the terminal to get it to install? ...

MonoDevelop on Windows

My google-fu has failed me - can MonoDevelop be used on Windows? Preferably without having to compile from source? It works well on my home Ubuntu box, and while I have Visual Studio at work, it seems there might be some advantages to having MonoDevelop too. EDIT: I'm aware of SharpDevelop; I'd prefer to have MonoDevelop if possible, ...

Reading console input in MonoDevelop

I am trying to a simple C# program that takes input and passes it as output. For instance, the output should be: What is your name? {user input} Your name is {user input} The program is: public static void Main(string[] args) { Console.WriteLine("What is your name?"); string name = Console.ReadLine(); Console.WriteLine("...

ASP.NET Page Designer for Linux

Is there a simple, yet decent .aspx designer that runs on Linux? I've since all the ones in this question but none satisfied the "runs on Linux" condition. By decent, I mean that the designer allow me drop asp.net webcontrols on a webpages for futher use in Monodevelop. ...

Who copies app.config to app.exe.config?

I'm writing a game development IDE that creates and compiles .NET projects (which I've been working on for the past few years) and am in the process of updating it to generate output not only for Windows/Visual Studio, but also for Linux/MonoDevelop (a thrillingly simple process for .NET, but still requiring some tweaks). As part of th...

What is the difference between GTK# and Windows Forms?

Hello, What is the difference between GTK# and windows forms? Are they totally different? Thanks ...

Creating a new webproject with MonoDevelop 2.1 under Mac OS X => exception

I have a fresh install of MonoDevelop 2.1 and Mono-Framework 2.7. When I try to create a new project, the following exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Add-in 'MonoDevelop.AssemblyBrowser,2.1.0' could not be loaded....

ASP.NET MVC, MonoDevelop and Windows

According to Miguel de Icaza posts (here and here) and Lluis Sanchez Gual post (here and here) MonoDevelop for Windows will be ready soon. Personally I'm very interesed in using MonoDevelop under Windows for developing open source projects for ASP.NET MVC. Yes, it's better to work in MonoDevelop under Linux but for many reasons I can not...

How do I use Linq in MonoDevelop 2.0 on OS X?

I installed MonoDevelop 2.0 on my Mac. I created a new Console Application. "Hello World" program runs fine. But I can't use Linq. "using System." doesn't show "Linq" option. What should I do? Thanks. ...

What the best setup latest Mono + MonoDevelop on Ubuntu 9.04?

I start using Ubuntu 9.04 on my laptop. What I really want is to be able to write my C# projects on Ubuntu, including unit testing. Could anyone guide me how to setup it? ...

What are MonoDevelop's .pidb files?

MonoDevelop creates those for every project. Should I include them in source control? ...

Mono on a Mac - what database to use?

I am getting started doing ASP.NET on my Mac using Mono, and I'm wondering which databases people have used in this setup. I'd be looking for something that is easy to set up, as this is just for fun and for continued learning of ASP.NET. ...

Does monodevelop 2.1+ support visual studio 2010 project files?

Does monodevelop 2.1+ support visual studio 2010 project files ... yet ... and if not does any one know when support is planned ? The reason I ask is that I have a solution that I use in both VS2008 and Monodevelop. When I open it in 2010 Beta I get the upgrade this solution wizard and I don't want to break my solution in Monodevelop by...

Boost Libraries on Monodevelop

Hi, I am trying to link some Boost .hpp files with Monodevelop, but I don't know how to tell the IDE where Libraries are. If I want to include the array.hpp file, I write #include<directories/array.hpp>, but because this file makes calls to other files, and the directories to those files in the array.hpp file are only /boost/somefile,...

Can't add reference System.Windows.Controls in Moonlight

I installed the Moonlight SDK and Monodevelop (latest 2.1 trunk) on both SuSE and Mac OS X. I noticed System.Windows.Controls.dll is in the Moonlight SDK folder but I can't reference it in my project. Anyone know why I can't add a reference to this assembly? ...

Where's the repository for the MonoDevelop ASP.NET MVC Support for the 2.1 trunk

I'm using the openSUSE 11.1 VM with the latest MonoDevelop 2.1 trunk and Moonlight SDK. I wanted to add ASP.NET MVC support but I can only find the 2.0.5 version in the repositories. Is there another repository where this can be found? ...

Feedback/Experiences with Monodevelop on the Mac?

I use a Mac at home and love it, but in my work environment/career path I work with C# mostly. I've tried using Monodevelop a few times but in my experience I've found it to be very buggy and just not a pleasant experience. So I'm using Windows in Boot Camp so I can use the Visual Studio environment. Has anyone else had bad experiences ...

Need help with MonoDevelop (solution for iPhone)

Hello, i try to make a solution with MonoDevelop, but i have some problems. I try to compile empty project, but there the builder shows: Building: tusciasProjektas (Debug|iPhone) Building Solution tusciasProjektas Building: tusciasProjektas (Debug|iPhone) Performing main compilation... Updating CodeBehind files Updated 1 CodeBehind f...