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.
0
votes
0answers
7 views
how to set cursor position in gtk -Linux, MonoDevelop
Okay, so I thought I would get into Linux development. However, I found that you cant hardly manipulate the mouse and keyboard. My question is does GTK not support that sort of thing, or am I missing ...
0
votes
0answers
6 views
System.Data.SQLite is not working in Mono
I have C#.Net project which contains the SQLite database uses. I need to convert this C#.Net project into MonoDevelop. SQLite is not working properly in mono. Please confirm Mono.Data.Sqlite is right ...
-1
votes
0answers
32 views
How to draw a path using touch in unity 3d [closed]
i want to draw a line with line LineRenderer using finger position in c#.
For eg: I need to define the path of a floating object seen on the screen. I draw the path with my finger starting from one ...
-2
votes
0answers
21 views
OpenGL Libs in Mono (C++) [closed]
How could I add the OpenGL libraries to my Mono C++ project? I have absolutely no idea where to start and I am not that experienced with Mono. I found that there is a Path section in Build->Code ...
0
votes
0answers
16 views
How to autocomplete in Python programs on MonoDevelop
I am trying to use MonoDevelop to write Python programs on Ubuntu 12.04. How do I get the autocomplete to work? Is there some keyboard shortcut I need to use?
0
votes
1answer
14 views
How to set a Theme to a Gtk# application
I would like to know how to set Theme styles from a Gtk-Sharp application.
I'm giving a try to MonoDevelop 4 in both OpenSuse 11.4 and a new 12.3 and writing a very simple gtk# app.
The app is just ...
0
votes
0answers
34 views
Merging Mono runtime failed. (Xamarin.Mac), thanks for the help in advance
I am suffering with some configuration issues with my Xamarin/mono project. I am getting an error when building the app, I have searched around for a solution and am currently stuck on this build ...
0
votes
1answer
188 views
Ubuntu 13.04: how to build Monodevelop 4.0.1?
I downloaded sources from git:
git clone git://github.com/mono/monodevelop.git
and dependencies:
cd monodevelop && git submodule init && git submodule update
I setup mono 3.0.11 ...
0
votes
1answer
44 views
FlyoutNavigation Controller
Using MonoDevelop, I have been looking at an IOS implementation of a side slide out menu using FlyoutNavigationController, but have hit a couple of stumbling blocks.
Firstly, how can you access the ...
1
vote
1answer
28 views
Monodevelop + IKVM : Java build error (“Error: invalid path: *.class”)
I am using the monodevelop Java plugin to compile a simple (hello world) Java project. The project is created fine, but when I try to build it I get the following error:
"Error: invalid path: ...
0
votes
1answer
37 views
How to add c# custom controls to MonoDevelop toolbox?
I am new to mono develop, I created a gtk# 2.0 project in Mono Develop and tried to add C# user defined controls like Zedgraph, but the toolbox is not accepting c# user-defined controls. Is there a ...
0
votes
0answers
30 views
MonoDevelop does not start under Raspbian on Raspberry Pi
MonoDevelop during the launch throws error
System.NullReferenceException: Object reference not set to an instance
of an object at
MonoDevelop.Ide.IdePreferences.get_DefaultTargetRuntime () ...
0
votes
1answer
43 views
Understanding .NET Assembly Reference Differences
I have two nearly identical DLLS (for the same open source project) - one was pre-compiled, and one was compiled locally by my own compiler (Xamarin Studio/Mono).
The DLL I compiled isn't working ...
4
votes
1answer
136 views
How do I get TypeProviders to work on Xamarin/Monodevelop
I want to play around with type providers in F# on mono but I can't get it to work in xamarin studio.
I see that the error is that the namespace TypeProviders is not defined, but where do I find it ...
0
votes
1answer
59 views
Android calendarview font size
I am using xamarin for building android application this is my first app. I have a calendarview I need to change the font size and style of the day. I tried the below code the font color changed but ...
0
votes
0answers
22 views
Port Knocking with Mono On Linux
I'm developing Port Knocking application with MonoDevelop on Linux.
Server application uses iptables to open/close certain port with command:
iptables -A INPUT -j DROP
it's successfully applying ...
0
votes
0answers
22 views
Xamarin Studio's editor lacks equiv of Emacs set-mark-command
There are many useful Emacs key bindings missing from the support built into Xamarin Studio (4.0.1), but I'm customizing it as I go. However, I can't find editor functions to define bindings to ...
0
votes
1answer
59 views
Convert WPF project into MonoDevelop
Is it possible to convert the WPF project code into MonoDevelop? I need to re-write wpf project into MonoDevelop for cross platform support.
-1
votes
0answers
62 views
in IDE: is it possible to use some universal line ending of source code that works cross platform without troubles in c# [duplicate]
EDIT: this question was marked as duplicate for unknown reasons of "How do I force unix (LF) line endings in Visual Studio (Express) 2008?" This is not what I am asking and I don't even need to know ...
0
votes
1answer
65 views
Can't make unit testing works in xamarin studio
I'm trying to follow this tutorials:
www.codeproject.com/Articles/34161/Setup-a-Test-Project-with-NUnit-and-MonoDevelop
but when i click "Run tests", they are gray and no results showed:
...
0
votes
0answers
42 views
How to kill Mono program properly
I'm currently working on a cross-platform app written in C#. I have a huge problem with testing and debugging it under Linux/Mono. When my application hangs due to an error, I have to kill the process ...
0
votes
1answer
83 views
Can't compile project - VB.Net - Fatal error BC2000 - Xamarin/MonoDevelop
Just downloaded Xamarin/MonoDevelop in order to create a VB.Net based cross-platform application.
However Xamarin keeps returning a fatal error when attempting to compile a default template.
Steps:
...
1
vote
2answers
32 views
StyledStringElement 'Tapped' event
So, I am attempting to open an email interface when a user clicks on the 'StyledStringElement' - To do this I have been calling the tapped event yet I have gained the error -
"Error CS1502: The ...
0
votes
3answers
76 views
Is there an equivalent of MonoDevelop's Document Outline in Visual Studio 2012?
MonoDevelop has a Document Outline (Class Outline?) window that displays all variables, methods, and regions:
Is there an equivalent to this in Visual Studio 2012?
0
votes
1answer
23 views
Context Menu in MonoDevelop
I have a button that when I click it, a context menu should appear. I know in Visual Studio there is a context menu control in the toolbox, but I don't see a context menu control in MonoDevelop's ...
-3
votes
0answers
60 views
Why does DllImport throws exception using mono? [closed]
Im trying to import C++ library (dll) using DllImport into c# application, try to run it on mono, but it is throwing exception DLLNotFoundException, please help me
2
votes
0answers
72 views
How to programmatic connect to PPTP with C# “MonoDevelop”
I am trying to complete a MySQL/Database project.
I would like to finalize this project by creating a class that would allow
a PPTP connection to my internal network. I know that i could simply add
...
0
votes
0answers
23 views
Drag & Drop on GTK# Window not working?
i'm currently working to get drag & drop on my mainwindow (GTK# Application). I followed this tutorial: https://live.gnome.org/GnomeLove/DragNDropTutorial
I have added the following callbacks:
...
0
votes
1answer
21 views
Error When Creating a View or Controller in Monodevelop
I get the following error when I attempt to add a View or Controller to my monodevelop project: Invalid SDK Version Name
I am using Monodevelop 4.0, which I got from the following PPA: ...
0
votes
0answers
27 views
Dropdownlist enabled functionality doesn't work after update to .NET 4.0
I have an aspx website (developed with MonoDevelop) and recently I updated the .NET version from 3.5 to 4.0 . I thought every was working fine till I noticed this little thing.
Since this update the ...
0
votes
0answers
44 views
Changing coordinate systems in monoBehaviour
I am new to Unity/MonoBehaviour. I have a problem with placing objects on the screen. First I pass x and y coordinates and do gameObject.transform.position. However, it behaves very strange: objects ...
3
votes
0answers
142 views
Debugging F# in Xamarin Studio 4.0.3 throws an error
I have installed Xamarin Studio 4.0.1 on Windows 8 x64 from http://monodevelop.com/Download . When I ran Xamarin, it got updated to 4.0.3. I have installed F# bindings. I have created new F# console ...
0
votes
0answers
18 views
Removing border of a window in MonoDevelop
I am trying to get one of my windows in my application to have no border.
By border, I mean the title bar and the rest of the window's border that is handle by the operating system.
I need to know ...
1
vote
2answers
60 views
Trouble installing the haxe language binding in monodevelop
Good morning.
I am trying to setup haxe development tools in monodevelop as shown in this tutorial.
My problem is i can't find the haxe language binding the in add-in manager.
Does anyone know the ...
0
votes
1answer
32 views
How to set timeout wcf on xmarin droid
My application connects with a WCF service (.NET 4.5). I build proxy using slsvcutil (silverligth 5) and Works fine.
but I´ve having problems with timeout. I get an error over 1 minute.
this it´s my ...
1
vote
3answers
58 views
Mono didn't find UIA Bridge, but the packages are already installed
i was searching for a long time now but cant find a solution for my problem:
i compiled a c# project successfull (with monodevelop)
and when i try to run it with >mono fubar.exe
i get the following ...
2
votes
1answer
96 views
Error downloading from Google Server
I have downloaded packages from Xamrin and when i am installing Xamarin installer, getting the error as below. I have tried the instruction given in Installing Xamarin Mono for Android But getting the ...
0
votes
1answer
37 views
How to get Value from Gtk Scale / Range widget?
I am making my first ever C# project using monodevelop stetic gui creator. I have a few buttons, a TextView object and some Vertical and Horizontal Scaling widgets. These are all Gtk (or Gtk#, or ...
0
votes
1answer
66 views
How to use Direlect3 with Mono-D
I was wondering if in Mono-D I could use Direlect3, I have everything downloaded here: https://github.com/aldacron/Derelict3/blob/master/README.markdown but I can not find out how to use it in ...
1
vote
1answer
80 views
FTP upload gives time out, but does upload the file
I'm trying to figure out this element, I have made an ftp module with several actions which all work perfectly, except for the upload method. In fact it does work, but it still returns an error.
So I ...
3
votes
1answer
128 views
NuGet Package Restore in MonoDevelop on OSX/Linux
I'm trying to compile a Visual Studio project with NuGet package restore under MonoDevelop but it's not working out of the box.
NuGet should work on Mono and there's even support built into ...
0
votes
1answer
50 views
Does anyone know what is this error when I try to compile on MonoDevelop?
When I try to compile the solution I got this error:
Error CS1902: Invalid debug option `+'. Valid options are `full' or `pdbonly' (CS1902) (TAG)
See the error from IDE:
More about this error:
...
2
votes
1answer
102 views
Unable to find Mono.Data.Sqlite library
I've been developing a web app going between Monodevelop (3.0.8) on my Linux box, and Monodevelop (now Xamarin Studio 4.0.3) on my Windows machine.
I'm using Sqlite for my database and it was ...
0
votes
0answers
28 views
Tab's close button not working in MonoDevelop webbrowser application
I am creating a web browser.
I add a tab to my tab control (notebook widget), and I add the ButtonReleaseEvent to the close button on the tab.
Here is my code:
public void AddNewTab()
{
...
0
votes
0answers
66 views
Android webview: loading html file with images
I have been working with both an IOS and android version of an app, when loading html with images with ios the reference to the file works fine. But, with the android I am having some issues loading ...
0
votes
1answer
72 views
how to add Back button to go back to previous MonoTouch storyboard view?
In my Xamarin Studio C# MonoTouch storyboard, I have several views and each one has a button to do a modal seque to common view call "ultrasound".
How do I add a Back button to Ultrasound view that ...
1
vote
1answer
73 views
Clamp X position of object in unity 3d
Here is my code in unity 3d
moveDirection = Vector3.forward + new Vector3(Input.acceleration.x * 0.3f, 0, 0);
// transform.position.x = Mathf.Clamp(transform.position.x, -2.0f, 2.0f);
...
0
votes
0answers
22 views
MonoDevelop not picking up GUI changes
I am having problem with MonoDevelop.
I am making a web browser. I have made a a main window with a tabcontrol. I have also made a control (Gtk.Bin) that would go inside the each tab. I have added ...
0
votes
2answers
62 views
MonoDevelop : “The number of bytes to be written is greater than the specified ContentLength”
I'm trying to develop the sms sending app but it gives an exception "The number of bytes to be written is greater than the specified ContentLength"
here's the code
using System;
using Gtk;
using ...
0
votes
0answers
44 views
MonoDevelop is Removing My Reference to System.Drawing (Unity)
In one of my scripts it is required that I reference System.Drawing. However it seems every time I start up the project and enter Mono it's removed the reference and I need to re-add it.
All my other ...



