Questions tagged [monodevelop]

MonoDevelop is an 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.

MonoDevelop is the IDE of the Mono Project, an open-source cross-platform implementation of the .NET standards. In addition to the Mono runtime, MonoDevelop supports .NET and C/C++; third-party plugins exist to add support for other languages and runtimes.

Bugs should be filed on the MonoDevelop bug tracker. Please ensure you are using the most recent version of MonoDevelop.

For more in-depth discussions, see the MonoDevelop mailing list and IRC channel.

MonoDevelop was the bundled IDE with the editor up until Unity version 5, in which it was replaced for to edit C# scripts.

2672 questions
18
votes
1 answer

Error: Framework '.NETFramework 4.0 Client Profile' not installed. for MonoDevelop 2.8.1

I get the following error: Error: Framework '.NETFramework 4.0 Client Profile' not installed. When I try to build my project. How do I fix this?
Baz
  • 12,713
  • 38
  • 145
  • 268
18
votes
5 answers

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 that Monodevelop has the basic Visual Studio…
ctford
  • 7,189
  • 4
  • 34
  • 51
18
votes
2 answers

How to enable vi mode in Monodevelop on windows

I searched for a while, and I found a vi mode, but I don't know how to enable it in ModeDevelop(opened from Unity).
NullSpace
  • 463
  • 4
  • 11
17
votes
5 answers

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…
BlueMonkMN
  • 25,079
  • 9
  • 80
  • 146
17
votes
5 answers

MonoDevelop crashing over High Sierra (OSX 10.13)

I am facing an issue from yesterday after updating system to latest macOS 10.13 beta with unity monoDevelop below is what i am getting as crash report. Process: mono-sgen [9057] Path: /tmp/*/mono Identifier: …
Aman Kumar Aggarwal
  • 557
  • 1
  • 5
  • 16
17
votes
1 answer

Installing Mono 3.4.0 and MonoDevelop 4.2.2 on Ubuntu 14.04 LTS

I went through some problems installing the latest versions of mono and monodevelop. After solving the problems I decided to post for those who need it someday. The process below worked perfectly on my lap top Alienware MX11R3 1-)Download Mono Run…
Paulo Amf
  • 360
  • 3
  • 14
17
votes
2 answers

Is MonoDevelop's editor slow for you?

I'm using the evaluation version of MonoTouch and MonoDevelop to check out writing iPhone app in C#. However, MonoDevelop's editor is very slow for me. I mean really really slow. I have to type and wait for text to be rendered. Do you experience…
dummy
17
votes
3 answers

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. I would like to not have the GTK# dependency in…
Adam Haile
  • 30,705
  • 58
  • 191
  • 286
16
votes
8 answers

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 completely run on *nix machines. The developers and…
joshwbrick
  • 5,882
  • 9
  • 48
  • 72
16
votes
3 answers

Format Code In MonoDevelop

I am using MonoDevelop on Mac to write MonoTouch apps. Automatica code indenting/formatting works great while I am typing. The problem is that when I copy and paste code snippets, in many cases I lose the formatting and lines are combined together,…
user1060500
  • 1,505
  • 1
  • 21
  • 40
15
votes
9 answers

Error when trying to run code: Debugger operation failed, Native error= Cannot find the specified file

I recently completely transitioned to Linux but struggle to find a good way to code in C#. I discovered Monodevelop which looks similar to Visual Studio, but whenever I try to run any code I get this error ( I run pop! _os if it matters): Debugger…
user12536783
15
votes
3 answers

Older version of .Net not installed with latest Mono?

I've been working on a .NET 3.5 C# project using Visual Studio Community 2015, but I had always intended to do most of the development on Linux (Ubuntu Gnome 15.04) using Mono and MonoDevelop. I'm running the latest stable Mono release (4.0.4) and…
cmannett85
  • 21,725
  • 8
  • 76
  • 119
15
votes
1 answer

Strange indentation upon code formatting with MonoDevelop (double indentation)

When I use code formatting with MonoDevelop (Shortcut: Ctrl+I), everything gets double-indented: namespace Example { public class Test { public static void Main(string[] args) { …
Mobiletainment
  • 22,201
  • 9
  • 82
  • 98
15
votes
4 answers

Error: JNI ERROR (app bug): accessed stale global reference

I am getting this error JNI ERROR (app bug): accessed stale global reference When I run my app in Android OS v4, But when I run the same application in Android v2.3 I don't get this error. This error occurs at the point where I call AsyncTask class,…
Surya2089
  • 269
  • 1
  • 2
  • 11
14
votes
7 answers

Unity Project doesn't have solution file

I just started learning unity and I created a project. But my project doesn't have a sln file included in. Every time I create a C# script and open it in Xamarin Studio I can't have any intellisense. Is it normal not to have sln file in unity…
aakpro
  • 1,538
  • 2
  • 19
  • 53