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...
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...
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?
...
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, ...
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("...
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.
...
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...
Hello,
What is the difference between GTK# and windows forms? Are they totally different?
Thanks
...
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....
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...
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.
...
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?
...
MonoDevelop creates those for every project. Should I include them in source control?
...
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 ... 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...
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,...
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?
...
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?
...
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 ...
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...