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
1
vote
1 answer

Menuitem with only 1 underlined accelerator

I'm currently trying to add MenuItems to a Menu, which works almost perfect. The MenuItems I would like to add are paths to files, so they may contain "_", which sets the MenuItem an accelerator, but how do I stop mono setting this…
Sven
  • 447
  • 1
  • 6
  • 22
1
vote
1 answer

MonoDevelop Command line debugger

Where is the command line debugger for Monodevelop? I'm using unity's version (3.5) of mono version 2.10? I'm using OSX I'm trying to find the mdb talked about here: http://www.mono-project.com/Guide:Debugger I didn't see it in here…
gdoubleod
  • 1,268
  • 3
  • 19
  • 33
1
vote
1 answer

Monodevelop app not working on windows

I am trying to make a Windows app in Mac using MonoDevelop, but when I try to use it on Windows I get this error Could not load file or assembly "Mono.posix" Does anyone know how to fix this? I've tried putting the file mono.posix.dll in the same…
Chris Loonam
  • 5,735
  • 6
  • 41
  • 63
1
vote
1 answer

Programmatically measure a PNG image's padding/clear space on sides

Is it possible to programmatically measure the padding (clear space) on the sides (left right top bottom) of a PNG in C#? Could I somehow parse the image pixel by pixel starting at the sides checking to see if the pixel has any thing in it that's…
LampShade
  • 2,675
  • 5
  • 30
  • 60
1
vote
1 answer

Switch between emulator and device in Mono for Android

I am using Mono for Android with MonoDevelop on a Mac. I'm interested in being able to debug on the emulator at one point and then switch to the device. What I found was that the first time I try to debug I am prompted with a dialog to choose the…
Jonas Stawski
  • 6,682
  • 6
  • 61
  • 106
1
vote
2 answers

Monodevelop / Mac - cycle open documents

Environment is MonoDevelop 3.1.1 / Mac OS X 10.8.2 / Macbook Pro w/North American English keyboard What keyboard shortcut cycles forward/backward through open documents? I saw this document which seems to suggest CTRL + PgDn and CTRL + PgUp, however…
TheNextman
  • 12,428
  • 2
  • 36
  • 75
1
vote
1 answer

GTK# switch between Process window handles

GTK# switch between Process window handles Hi, In a GTK# program. Does anyone know how to switch between Process Window Handles? For example if I press a button in a GTK# program it switches the window to process gedit (text editor), or switches…
1
vote
1 answer

Why can't I reference one project from another (but CAN use statics)?

This one is weird. I've got a MonoDevelop/MonoTouch project (call it MyApp) that references another project (call it MyUtils), which is a Portable Class Library (targeting .NET 4.0.3, if that is relevant). In the MyApp project, I've added a…
Joshua Frank
  • 13,120
  • 11
  • 46
  • 95
1
vote
1 answer

Monodevelop convert iPhone to iPhone Storyboard?

My project is a iPhone project on MonoDevelop. I created a Main.storyboard and chose it as main storyboard from XCode .But my selection disappears then. I also select a main interface but no way. Is there any easy way changing type between xib type…
Davut Gürbüz
  • 5,526
  • 4
  • 47
  • 83
1
vote
0 answers

Fail to create an F# project under Monodevelop on OSX

I get the following error from MonoDevelop System.TypeLoadException: A type load exception has occurred. at MonoDevelop.Projects.DotNetProject.CreateConfiguration (System.String name) [0x000cc] in…
bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217
1
vote
0 answers

How to port a midsize .net 4.0 asp mvc4 VS 2012 solution(8 projects) to MonoDevelop 3.0.2

I want to try port a midsize .net 4.0 asp mvc4 solution(8 projects) to MonoDevelop. I am using linux mint 14. Can someone tell me the steps?
Nikos
  • 7,295
  • 7
  • 52
  • 88
1
vote
1 answer

Does Kendo Grid work in Mono?

Just a simple question I've been unable to track down an answer to. If anyone knows I would appreciate if you would be willing to share your knowledge here.
Chazt3n
  • 1,641
  • 3
  • 17
  • 42
1
vote
2 answers

GTK# Webkit System.DllNotFoundException missing file webkitgtk-1.0.so.0

GTK# Webkit System.DllNotFoundException missing file webkitgtk-1.0.so.0 I written the following GTK# application which compiles successfully, code as below: using System; using Gtk; using GtkSharp; using WebKit; namespace gtk_test { class Hello…
1
vote
1 answer

mono delveloper memory profiller do not start up

I have a very annoying problem. I used the mono developer memory profiller and it worked like a charm. But then I restarted my computer and now the profiller do not start up. I disabled the "enable profilling" in options and then it prompt and…
Bjarke
  • 1,283
  • 11
  • 36
1
vote
1 answer

Debugging Untiy3d projects on IOS and Android devices

How to debug Unity projects on IOS or Android devices (in monodevelop)?
Oksana
  • 13,442
  • 10
  • 53
  • 89
1 2 3
99
100