Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.

learn more… | top users | synonyms

0
votes
0answers
6 views

Mono 3 needs gluezilla for web forms on linux (ubuntu 12.04)

Gluezilla, xul and such old mozilla stuffs seems not to be part of latests unbuntu releases (at least starting 12.04) I tried to find source code and all dependences for gluezilla... without much ...
0
votes
1answer
18 views

The type `System.Xml.XmlElement' is defined in an assembly that is not referenced. Consider adding a reference to assembly System.Xml

I tried to import an external library to my project, but I'm receiving an error: Error CS0012: The type System.Xml.XmlElement' is defined in an assembly that is not referenced. Consider adding a ...
-3
votes
0answers
12 views

Free XMPP framework for Mono [closed]

I'm trying to build a chat client with Mono, and I need an XMPP framework for this. I found MatriX XMPP SDK, but it's not free. Is there a free XMPP Framework?
0
votes
0answers
19 views

Mono - hide minimized Windows Form

I have a problem with Windows Forms application development under Mono/Linux. Application has a tray icon, which, when clicked, can Show() or Hide() main window. The problem is, that hiding (or ...
1
vote
1answer
23 views

Bluetooth and playlists on iOS

I'm getting tired of navigating my playlists all the time. I have iOS development tools, so I'm wondering if I can solve this problem... What I would like to do is have an app where I can associate a ...
2
votes
1answer
51 views

C# Cannot overload + if second parameter is an enum

I have the following signature for overloaded +: public static double operator +(MyClass x, MyEnum e) and an expression of the form: x.Value = someMyClassValue + MyEnum.X; The behavior ...
-1
votes
1answer
22 views

Mono can't find System.Data.dll on Linux

I'm trying to compile the following example from here with dmcs (and gmcs... I tried both): using System; using System.Data; using Mono.Data.Sqlite; public class Example { static void Main() ...
0
votes
1answer
9 views

Is there a new way of setting MONO_IOMAP with Apache2

This is almost a wiki post, but the MonoSetEnv MONO_IOMAP=all options does not work for me in Apache2 w/ Ubuntu as specified in what I understand is the official doc. <VirtualHost *:80> ...
0
votes
0answers
15 views

Null referance on dynamic viewPager when creating an eventhandler

I got this MonoDorid app that have some static viewpagers in a activity, when i tried to make the viewpagers dynamic, i got a null reference, on the onClickEvent. further details on my code can be ...
0
votes
1answer
33 views

Is there an equivalent to “-rdynamic” in mono?

I am porting an application from Windows to Ubuntu written in C#. The application is used to view video from a capture card. I have had to write a C# wrapper for a Dll in windows to access the API for ...
0
votes
0answers
17 views

How to set font from file in Pango and Mono

I have simple application that prints text and determines its size in pixels. static void Main(string[] args) { Application.Init(); var screen = Screen.Default; var layout = new ...
-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 ...
3
votes
1answer
60 views

error: “No compiler for language C#”

An ASP.NET/C# project which I created in 2003 has been running on a university server for over 10 years now but I was just informed that the server crashed and they are trying to set everything up ...
1
vote
0answers
30 views

Xamarin : using native libraries exception recived

So I am new to Xamarin and android development , i have created a shared library that is written in C++ , compiled under armv7eabi (using Atollic GCC) , but i am having issues using the shared library ...
2
votes
1answer
40 views

Can I use the Mono implementation of SqlClient in MS.Net framework 4.0?

We are testing some options to solve performance issues with .Net 4.0 SqlClient (lots of GC and finalizers, etc.) and were thinking of using a different Sql client implementation - Mono came to mind. ...
0
votes
1answer
15 views

Create game menus with mono game

I'm new to mono game, I would like to know what is the best practice to create game menus (like level menus) with mono game in C#. Thanks
1
vote
2answers
47 views

All references in list point to 'this'

Running c# .NET 3.5 code in Unity is producing a really weird issue class X { static List<X> _l = new List<X>(); public X() { _l.Add(this); ...
1
vote
0answers
24 views

How can I show the Title and Legend of a ZedGraph when running application on Mono on Mac?

I have a Winforms application that we are getting to work on Mono so we can run it on Mac. The application makes heavy use of ZedGraph, which is written entirely in C#. ZedGraph works perfectly on ...
1
vote
2answers
87 views

Is mono still suitable for a Linux Desktop Application [closed]

I want to make a Desktop App for Linux and I'm wondering if C#/mono is still suitable for that. Do they plan to make a wrapper for GTK 3? Or is Qyoto a better choice? Also, I'm wondering if GTK is a ...
-7
votes
1answer
58 views

How do I load another project when I pressed a button? [closed]

I have searched for a solution but without any success. I have coded an application and I would like to launch a game when I press a button. It is a simple mono game project. I would also like to ...
0
votes
0answers
29 views

Mono 3.0/MVC4/Debian Sid - Microsoft.Web.WebPages.OAuth causes application crash

Mono 3.0.6, Debian Sid. I'm trying to publish default MVC4 template, created using Visul Studio 2012. And I have experienced some problems. Default publish option gives me this exception: ...
3
votes
0answers
50 views

Issue running SSL-enabled TCP server under mono

I'm developing an application which requires SSL encryption between the client and server, and needs to run under Windows and in Ubuntu under Mono. At the moment, the server and client pair works ...
1
vote
1answer
25 views

Can't get System.Numerics to work with command-line Mono (mcs) on OS X

We're trying to run a simple Mono script on the command line on OS X. Most scripts work fine for us, but as soon as we try to use System.Numerics, we get "error CS0234: The type or namespace name ...
0
votes
1answer
36 views

Mono Compile Stuck on mscorlib

I am completely stumped. I am trying to compile Mono using a eglibc toolchain generated using Buildroot and Crosstool-NG. I cannot build any versions after 3.0.3. Version 3.0.3 builds and executes ...
0
votes
0answers
16 views

OpenCVSharp crashes in linux

Hello I am trying to write an app in mono to run on a beaglebone, When I run my app I get the following error Hello World! Stacktrace: at System.Drawing.Font.CreateFont ...
2
votes
1answer
44 views

Mono 3.0/Debian/asp.net - Method not found: 'System.Configuration.IConfigurationSectionHandler.Create

Debian Sid, Mono 3.0. I'm trying to run mvc application (it worked before upgrading mono to 3.0). This is exception thrown: Exception caught during reading the configuration file: ...
0
votes
1answer
55 views

Self hosted cross site connection issue with SignalR and Mono and Owin

I'm about ready to pull my hair out over this problem because all the guides show the same one or two solutions, which seem to be working for everyone but myself. I'm using SignalR in a Mono ...
0
votes
0answers
13 views

AOT compilation is not supported on this platform

i'm looks here >>> http://www.mono-project.com/AOT Mono:X86 Mono's main developers use x86 systems and its the most tuned version, currently it supports: Linux. Windows. BSD (Requires a ...
0
votes
0answers
15 views

GIF Transparent background in Mono

I am about to finish the second stage of a cross-platform application. It is being coded and debugged mainly in Windows, but has to work on linux as well. When in Windows, I use Visual Studio C#. ...
0
votes
0answers
15 views

Custom mono profiler w/ Mac

I'm trying to create a custom profiler with the Mac version of mono (version 2.10.12). To begin to learn the profiling layer of mono framework I tryed to compile and use the 'sample.c' that I found ...
0
votes
1answer
80 views

Compiling Fsharp with Mono Amazon EC2

When I try to compile F# in a standard way : ./autogen.sh --prefix=/opt/mono && make && make install it fails with: ilwrite: TIME 35.286 (total) 0.000 (delta) - Build ...
-2
votes
1answer
59 views

Object reference not set to an instance of an object in switch C#

I have error in switch instruction, but I don't know why. Look at the Main class: try { var result = string.Join(" ",File.ReadAllBytes(args[0]).Select(x => ...
0
votes
1answer
23 views

Why Help.ShowHelp(chmFileName); not working in mono on linux?

Here I am trying to run .chm file when help is requested either using F1 key using Form1_HelpRequested(object sender, HelpEventArgs hlpevent) Why Help.ShowHelp(chmFileName); not working in mono on ...
0
votes
0answers
35 views

Custom Layout & Custom LayoutParams

I am working on Mono For Android Custom Layout. My Code is like this: public class CustomLayout : FrameLayout { public CustomLayout(Context context) :base(context) { } public ...
0
votes
0answers
29 views

Implementing a Java.Util.IComparator to sort an ArrayList in Mono Droid

I'm using MonoDroid and I have an ArrayList that I want to sort. The Sort method takes a Java.Util.IComparator object. I tried implementing the IComparator interface but I don't know what to do with ...
3
votes
0answers
113 views

Covariance broken in C# arrays?

Consider following generic interface ITest with a covariant type parameter T, the generic class Test implementing the interface, and a class A and with a subclass B: interface ITest<out T> {   ...
0
votes
1answer
44 views

Running C# program compiled with Mono in Linux

I've compiled a simple helloworld program with Mono in Ubuntu, which I can execute using, mono helloworld.exe Also, I could just say, helloworld.exe and it works. However, in a different ...
0
votes
0answers
21 views

Use Midi-Controller with Unity

I would like to use a hardware MIDI-controller (sending CC-messages) to control my game in Unity but I don't how to get the MIDI-data into a C# or JavaScript. Does anyone have an idea how to get the ...
0
votes
1answer
21 views

Bundling mono with a c++ app that embeds it

I have created a sample c++ app that uses dynamic linking to embed mono (as described here http://www.mono-project.com/Embedding_Mono) and use C# for scripting. It works well, as long as mono is ...
-1
votes
0answers
42 views

What versions of Entity Framework does mono support (as of May 2013)? [closed]

I am investigating porting another product to use mono 2.11 and Entitiy Framework. The product already uses an older version of Entity Framework. I need to understand compatability between versions, ...
0
votes
2answers
110 views

Compile C# Application to native executable [closed]

I know that this question came up a few times before, but i could not find an answer for our simple case: Is there a free tool which compiles a small .NET C# application into a native executable? ...
0
votes
2answers
83 views

Difference between java and C# doubles

double is a type that represents 64-bit IEEE 754 floating-point number in Java double is a type that represents 64-bit double-precision number in IEEE 754 format in C#. Both languages follow the ...
0
votes
1answer
18 views

MonoDroid GetSpans last parameter

I'm trying to use ISpannable in a Monodroid project but am having problems with GetSpans. What I'm ultimately after is a Rich Text editor such as at: ...
1
vote
1answer
64 views

Creating Windows Form outside of Application.Run results in strange behaviour. Why?

After a week of code-debugging I found that the problem my Windows-Forms based GUI was behaving strangely was because I was running the form as: Form1 myGui = new Form1(); Application.Run(myGui); ...
0
votes
0answers
37 views

FileSystemWatcher under mono - watching subdirs

I have a problem. I have written a wrapper over FileSystemWatcher that detects changes in root folder and all of its subfolders. Nothing fancy: FileSystemWatcher watcher = new FileSystemWatcher (); ...
0
votes
1answer
39 views

Remote check if machine is alive and reachable using c# under NAT

I'm trying to develop a "backup service" that should start if i can't reach a specific pc. The backup service should check if the machine is alive (ping isn't a solution because the remote machine ...
1
vote
1answer
47 views

ServiceStack example on Mono

Working on getting a ServiceStack.NET HelloWorld example up and going on Mono. Stuck at this error: System.Web.HttpException Failed to load httpHandler type ...
1
vote
1answer
36 views

XML Serializer, Port from MS to Mono, Order

Circumstances made it necessary to run a .NET 3.5 application on Mono. The application does not use special libraries, but relies heavily on the XML Serializer to load a complex model. Concrete I ...
1
vote
1answer
52 views

Is there a way to compile and execute C# code from C++ program?

I am looking for cross-platform (Windows and mono) solution to compile and execute C# code (with mono) from C++. Is there any way of doing that? I also need to a way of communicating with that ...
0
votes
1answer
51 views

Winforms or XWT GUI designer for Mono?

I am new to programming and I am interested in developing applications in C# using Mono. I would like to choose a GUI framework other than GTK+: either WinForms or XWT (https://github.com/mono/xwt). ...

1 2 3 4 5 90