Tagged Questions

MonoDevelop is a IDE focusing on developing desktop, mobile and web applications using C# and other .NET languages. It's open source and extensible, and runs on Mac, Windows and Linux.

learn more… | top users | synonyms

28
votes
3answers
2k views

How can I launch multiple instances of MonoDevelop on the Mac?

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.
20
votes
2answers
2k views

What are MonoDevelop's .pidb files?

MonoDevelop creates those for every project. Should I include them in source control?
14
votes
2answers
2k views

Is there a “Resharper-like” addin for MonoDevelop?

I've googled and not come up with much. Has anyone run across something like Resharper for Mono?
9
votes
1answer
351 views

MonoDevelop settings to fix “ran out of trampolines type 2” error

we are developing an iOS app. When we tested the app on PC, everything works well but when we ran it on a iPad/iPhone4 we frequently receive the "Ran out of Trampolines type 2" error message and the ...
8
votes
1answer
119 views

XML Comments for Override Properties

I'm using MonoDevelop 2.4.2 for OS X (the version that comes with Unity 3.4.1), and was wondering if there was some way to inherit comments from the base class or property. Example: public class Foo ...
8
votes
1answer
361 views

Compiling monotouch app using mdtool fails, works in MonoDevelop

I have a Monotouch iPad application for which I am trying to set up an automated build script. I am attempting to use mdtool, but I seem to have hit a wall. If I build the solution using the ...
8
votes
3answers
2k views

Monotouch and XCode 4, where did the outlets go?

Today I updated my mac with the latest version of MonoDevelop, MonoTouch and the Mono-Framework. I also downloaded the latest version of XCode, version 4 (a nifty 4.5 gig download). At first I did ...
7
votes
2answers
557 views

C#, Localization, Resources, and MonoDevelop

I've searched for a clear answer on this, but can't seem to find one. I may just be missing it on StackOverflow, and searching discussions regarding SharpDevelop and MonoDevelop have yielded nothing ...
7
votes
5answers
431 views

How to compile a F# project without buying Visual Studio

I have found this very cool project written in F#: https://github.com/fholm/IronJS OSS is very nice, but i need an assembly. I would compile it by my self, but it seems that there is no free IDE to ...
7
votes
4answers
908 views

why use xcode if monotouch is available?

I am little bit confuse if mono touch is available than why we should use mac environment(sdk,xcode+Interface Builder)? what are the disadvantage of monotouch compare to xcode? Thank you in advance ...
7
votes
1answer
2k views

How to enable iPhone Settings (bundle, plist) in MonoTouch

I'm trying to get the iPhone Settings working in a small test app I'm writing using MonoTouch/MonoDevelop. It's probably super basic/fundamental in Xcode... ...however I didn't immediately see how to ...
6
votes
6answers
401 views

Why isn't this code executing correctly (video)?

I'm using Unity (3.4) Monodevelop (2.4.2) and it's not executing the code properly when I step through it in the debugger. Here's a link to the video that shows it, please run it at 720p and ...
6
votes
1answer
301 views

Use Mono Runtime instead of Microsoft's on Windows for Monodevelop

Even though I set Mono to the default .NET Runtime on Windows, it insists on using Microsoft .NET framework. Can Monodevelop be configured to use the mono runtime as the runtime environment to execute ...
6
votes
2answers
812 views

TFS support (plugin, external tool, etc) from within MonoDevelop?

Is there an easy way to integrate TFS for version control into MonoDevelop? I have a new MacBook Pro and an trying to determine which things I can do with Mac native apps and which I will need to run ...
6
votes
5answers
2k views

Good IDE for Mono on Windows

I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is there any really good (Visual Studio comparable) IDE for that? The best would be if I could manage Visual C# Express to ...
6
votes
5answers
3k views

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? ...
5
votes
1answer
112 views

Mono-D DMD compiler issues

With features like Code Completion and simple refactoring, writing D in Mono-D is almost as productive as writing C# in Visual Studios. Everything works great on Linux, just install Mono Develop, add ...
5
votes
1answer
158 views

moonlight vs. silverlight :: datagrid incompatibility?

I'm trying to develop an application in moonlight. Now I'm trying to use a DataGrid to show some data. In an old silverlight project I used a DataGrid in this way: <UserControl ...
5
votes
1answer
119 views

How to use IsNumeric method in MonoDevelop by using Microsoft.VisualBasic reference?

What I am trying to do is to check whether the float input is a number or not. I am being asked to do so by using IsNumeric() method. The problem is that I am using MonoDevelop and I can't figure out ...
5
votes
1answer
66 views

Mono Debug - How to turn off?

I turned on the Mono Debug info with: export MONO_OPTIONS=--trace=E:all export MONO_LOG_MASK=asm export MONO_LOG_LEVEL=debug in the Mac's terminal. How do I disable debugging now and return to the ...
5
votes
3answers
1k views

MonoDevelop Using with Team Foundation Server (TFS, SVN?)

We use MonoDevelop/MonoTouch to build our enterprise iPhone/iPad apps. A new client wants to us to use their TFS as a source code repository. Is there a bridge that can allow us to connect to TFS? ...
5
votes
2answers
307 views

Url escape/unescape functions in MonoTouch

I am looking for url escape and unescape functions in MonoTouch. Essentially I am looking for the MonoTouch equivalent of the method stringByReplacingPercentEscapesUsingEncoding, as in the follow line ...
5
votes
2answers
3k views

Is it possible to get an ASP.NET MVC 3 project working under Mono 2.10?

Mono 2.10's release notes suggest support for ASP.NET MVC 3.0 and Razor using XSP. Upon opening a newly created ASP.NET MVC 3.0 default project (created with Visual Studio 2010) in MonoDevelop 2.4.2 ...
5
votes
2answers
711 views

What is the difference between a MonoDevelop solution file and a Visual Studio Solution file?

MonoDevelop allows you to save your solution in either MonoDevelop format or Visual Studio format. What is the difference between these two formats? Are they different ways or storing the same thing? ...
5
votes
4answers
213 views

switching to open source solutions

I'm a ASP.NET MVC Visual Studio, SQL Server web developer. I would like to switch to equivalent open source solutions. Please help me out.
5
votes
2answers
449 views

App Store error: The binary you uploaded was invalid

The notorious error haunts me in App Store: "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate." Steps I've taken: 1) I'm ...
5
votes
3answers
2k views

What does Visual Studio offer that Monodevelop lacks?

What would a developer used to working in Visual Studio have to give up if they switched to Monodevelop? This hypothetical developer most often develops ASP.NET web applications with C#. I'm aware ...
5
votes
3answers
5k views

WinForms Application in MonoDevelop

I just installed the new MonoDevelop Windows beta, but when trying to create a C# windows application the only option was GTK#. Since Mono supports WinForms, why is this not an option in MonoDevelop. ...
5
votes
1answer
1k views

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 ...
5
votes
4answers
1k views

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 ...
5
votes
5answers
2k views

What is the difference between GTK# and Windows Forms?

What is the difference between GTK# and windows forms? Are they totally different? Thanks
5
votes
2answers
2k views

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 ...
4
votes
1answer
90 views

Mono & WInforms on OS X

I have just begun to explore the mono winforms environment and I cannot work out how to start a program from within monodevelop without a console session being started. My simple program runs okay ...
4
votes
1answer
870 views

Adding Resources to a MonoTouch project

I am a new user of MonoTouch and wondering how to add image files to a project. None of the ways described work. The MonoTouch Wiki says to right-click the project and a menu should appear allowing ...
4
votes
2answers
586 views

MonoMac: and Xcode 4.0 error: “Unknown Window class MainWindow in Interface Builder file”

I've created a new MonoMac project and opened the MainWindow.xib with Interface Builder (Xcode). After doing a simple change (renamed Window title), the project can't be built anymore. Does anyone ...
4
votes
2answers
730 views

MonoDevelop: what is build action “Content” compared to “Resource”?

In my application all images, local HTML pages etc. are marked as "Build action Content". I have just realized that there is also "Resource". Which one should I use for images and which one for HTML ...
4
votes
2answers
270 views

How do I deploy Windows applications written in MonoDevelop?

I'm currently on the end of a trial of Visual Sudio 2010 and I started using MonoDevelop a bit. It looks to have most of the functionality I need, so I'm hoping to migrate to it. Unfortunately, I ...
4
votes
2answers
281 views

What is the status of Vim keybindings in MonoDevelop?

There seems to be a lot of conflicting information regarding Vim keybindings in MonoDevelop. Does anyone know whether this feature is available or what the current status is? I know there was progress ...
4
votes
1answer
835 views

Can't add .NET 4.0 Assembly Reference In MonoDevelop 2.4.1

I've installed MonoDevelop 2.4.1 With Mono 2.8.1. My trouble is that i can't add assembly reference to assembly compiled for .NET 4.0 (on same MonoDevelop IDE). What am i do. References -> Edit ...
4
votes
1answer
353 views

Force MonoDevelop to 'Run Tests' under a specific runtime

A heap of our unit tests are failing under Mono on OS X with the following error: System.TypeLoadException : Could not load type 'System.Func``2' from assembly 'mscorlib, Version=4.0.0.0, ...
4
votes
2answers
302 views

Cannot access a Linux gcc compiled .so shared library from Windows Mono C# Project

Here's the setup: I've got a shared library (c++ with extern "C" methods) I've compiled in linux and created a library.so file. I've used Mono Develop on the same box (Ubuntu) and was able to ...
4
votes
2answers
1k views

ASP.NET + GoDaddy Free Hosting?

Has anyone successfully been able to deploy ASP.NET website to GoDaddy's free hosting? I am talking about free hosting that comes with a domain package from GoDaddy. The catch of the free hosting is ...
4
votes
1answer
688 views

Why is MonoDevelop compiling with csc.exe?

I am trying to use MonoDevelop (2.4 beta 1) on Windows (7 x64) in order to test a .NET application on Mono (2.6.4). For some reason MonoDevelop is not using the Mono tool chain to build the ...
4
votes
1answer
453 views

monodevelop code formatting

I'm using monodevelop on my mac to develop for iPhone. I was wondering if there is a way to change how MD formats C# code? by default it puts the curly braces at the same line as the if which I ...
4
votes
6answers
1k views

Learning ASP.NET MVC on Mac OS X

I realize this is a bit insane, C# being a Windows language and all, but I want to start learning C# mostly because I'm interested in ASP.NET MVC. I work as a web developer by day and my office is ...
4
votes
2answers
418 views

Does SubSonic run under Mono?

Has anyone deployed SubSonic on Mono?
4
votes
4answers
8k views

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?
3
votes
1answer
31 views

Asp.net web services, how to keep some members private

I have an asp.net web service project. This project contains a few classes declared in their own files. One of these classes is called clsUser. The clsUser consists of string firstName, string ...
3
votes
1answer
30 views

Two-way data binding in Android or MonoDroid?

Does Android support XAML-like two-way data binding using Java or C#?
3
votes
1answer
95 views

how to port .NET application to mono

Since I was not satisfied with my C# application not working on Linux or Mac, I installed MonoDevelop in hopes of porting my application to Mono for cross-platformability. However, I don't know how ...

1 2 3 4 5 15