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

The requested feature is not implemented monodevelop

I'm trying to debug my project in MonoDevelop. I'm using the interface ADO.net. But I keep getting folowing error: The requested feature is not implemented at System.Data.OleDb.OleDbConnection.Dispose (Boolean disposing) Please help.
Vinny
  • 114
  • 1
  • 1
  • 11
1
vote
1 answer

Compiling a C# program in MonoDevelop?

I know this is a very silly and easy problem, but I can't figure it out by myself. I wrote my first program in C#. In order to debug it, I've been using an online compiler, but I ran out of free runs, and I know that I need to learn to use…
1
vote
1 answer

MonoDevelop: Edit Key Bindings XML?

I am wondering where to edit the keybindings for MonoDevelop in text/XML format. I am in a situation where I switch regularly between a Mac and a PC, and the copy/paste function between the two is driving me crazy. I have physically remapped my…
zombience
  • 33
  • 4
1
vote
3 answers

DbLinq and Mono 2.4: Working Together?

Hopefully this is a silly question and there's really a simple solution somewhere out there but... Has anybody successfully gotten DbLinq to play nicely with Mono 2.4 on Mac OS X 10.5? I've got my SQLite database ready but for the life of me, I…
Justin Niessner
  • 242,243
  • 40
  • 408
  • 536
1
vote
1 answer

Ajax Controls in Monodevelop

I'm using Monodevelop(version 3.0.4.6) at Linux (Ubuntu) ,trying to add Ajax control feature in my web application. Every thing is working good in my web application but when i'm trying to add ajax control ,Monodevelop giving some error like "…
Jeccy
  • 29
  • 1
  • 5
1
vote
0 answers

AndroidManifest.xml already defines debuggable??? What is wrong?

Ok whenever i try to build my application i get the following warning which stops the application from building correctly and stops the Resource.designer.cs file from updating. Warning: AndroidManifest.xml already defines debuggable (in…
1
vote
1 answer

How to use sharpziplib in Monotouch?

Hi I need to unzip a file in Monotouch for an iOS (and Andriod later) App and sharpziplib looks like a good choice (is it?). But how do I go about adding it in MonoDevelop (I have the latest version)? I have downloaded ICSharpCode.SharpZipLib.dll,…
Bbx
  • 3,184
  • 3
  • 22
  • 33
1
vote
1 answer

MonoDevelop project build fails with 'The type or namespace 'GDK' could not be found

'...are you missing a using directive or an assembly reference?' I tried the solution in this question Gtk# in monodevelop not working anymore after upgrading to ubuntu 11.10 unity but appears to not work here. I am running on Mtn Lion with lastest…
Ants
  • 1,338
  • 16
  • 27
1
vote
1 answer

Exclude unit test categories in MonoDevelop 3.0

I have a .NET project with 2000 unit tests written in NUnit, that I would like to migrate to Mono. The project is recompiled using Mono 3.0.2/MonoDevelop 3.0.5 on Mac OS X. I am able to run all unit tests using the integrated test runner of…
pad
  • 41,040
  • 7
  • 92
  • 166
1
vote
2 answers

MySQL.Data.dll error in monodevelop in Debian mono

Application was initially developed in VS 2008. It uses MySQL.data.dll for connecting to MySQL database. Application runs perfectly fine in Windows. But production environment is Debian with mono. Now copied entire solution in the Debian box.…
Andy
1
vote
1 answer

Android GetDirections

I am using MonoDevelop for Android with Google Maps. If I have two sets of Longitude/Latitude points, what is the best way to show the directions between these two points on a map? Is there some sample code I can have a look at? Should I load a…
Garry
  • 1,251
  • 9
  • 25
  • 45
1
vote
1 answer

UIViewController class not generated in MonoTouch

im trying to create a collection view controller in a Storyboard. After adding it and renaming it to MyCollectionViewController i return to Monotouch. There is no created class called MyCollectionViewController (like it works iE with a…
1
vote
2 answers

How to compile LINQBridge with MonoDevelopo on .NET 2.0/Windows

I'm unable to compile LINQBridge with MonoDevelop for .NET 2.0. The primary issue being that MD has tie-in between the framework and the compiler version. What I want to do is using 3.0 version of compiler on 2.0 framework, is it doable with MD?…
imgen
  • 2,803
  • 7
  • 44
  • 64
1
vote
1 answer

MonoTouch --keeptemp output

I try to figure out how I could get the main.m template and other code from MonoTouch when i compile my project with the additional mtouch arguments -v -v -v --keeptemp. This is suggested in older posts MonoTouch: talking from Obj-C to MonoTouch …
sloopidoopi
  • 33
  • 1
  • 5
1
vote
1 answer

Android download text file off WWW

I am using MonoDevelop for Android and would like some help to download a text file off the internet and to store it in a string. Here is my code: try { URL url = new URL("mysite.com/thefile.txt"); …
Garry
  • 1,251
  • 9
  • 25
  • 45
1 2 3
99
100