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

8
votes
0answers
251 views

Is HttpWebRequest implemented differently in mono and .net?

I am trying to port the c# cloudinary api to mono and I am having some problems building up the http request. I have separated out this method for setting up the request but the ...
5
votes
0answers
544 views

Mono ARMv7 and LLVM

I'm updating my app to ios6 and i having following problem building application with ARMv7 is not possible to use the flag LLVM ... (error MT3001) My system configuration is MonoDevelop 3.0.4.7 ...
5
votes
0answers
405 views

How do I use the log4net FileAppender under mono when running as a background process?

I'm having trouble using a log4net FileAppender with mono. If I spawn the processess in the background (i.e. mono MyApp.exe &), the process suspends after a short period of time. If I run the ...
4
votes
0answers
490 views

Compiling F# code on Ubuntu 12.04 using Monodevelop

I followed the instructions here for installing Monodevelop with F# support on Ubuntu, however when I open Monodevelop and try to compile a simple F# program I get the message: Error: Framework ...
4
votes
0answers
63 views

Tailcall elimination in Mono

I have a .NET 4.0 application that makes heavy use of tail recursion (programmed in F#). It runs fine on the .NET VM, but it runs out of stack on Mono-3.0.1. I've tried running with mono ...
3
votes
0answers
42 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 ...
3
votes
0answers
92 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> {   ...
3
votes
0answers
121 views

Output of DataContractSerializer differs between .NET and Mono

I am serializing data in a Mono For Android application and sending it using REST to a .NET server listening using WCF. So far this has worked fine, however, with this particular data contract, ...
3
votes
0answers
96 views

LibUsbDotNet returns garbage

I wrote an application to read a magnetic card-reader through usb. I used the libusbdotnet because it communicates directly with libusb 1.xx on linux. When I pull the card through. i get al lot of I ...
3
votes
0answers
53 views

Is it really a limitation to use interfaces such as IList<T>.someMethod in AOT code?

In the mono project documentation this limitation is outlined: Limitation: Generic Interface Instantiation The following class of interface dispatch is not supported in FullAOT mode: ...
3
votes
0answers
154 views

Cross compiling mono source for ARM?

i am trying to cross compile mono-2.10.5 source for arm using the steps in the link http://www.mono-project.com/Mono:ARM#Compiling_on_the_device. Installed scratch box in my PC. Most people suggesting ...
3
votes
0answers
108 views

Thread 0x0 may have been prematurely finalized with NSOpenPanel in MonoMac

I have problem when there is call to an object of type NSOpenPanel from an action of an object of type NSMenuItem. My MainController has the next methods, where tblTest is a NSScrollView: ...
3
votes
0answers
90 views

MonoTouch MySQL Database Access

Is there a MySQL provider compatible with MonoTouch for iOS? Can Mono provider for MySQL database be used with MonoTouch?
3
votes
0answers
416 views

MonoCross Pattern using SlideOut Navigation in MonoTouch App

Dillon Buchanan has a great example for creating the cool left side slide-out navigation in MonoTouch. http://www.dillonbuchanan.com/programming/monotouch-slide-out-navigation/ My only problem is ...
3
votes
0answers
201 views

How can I build WebSharper on Mono 3.0 on Mac?

WebSharper looks interesting, and Mono 3.0 is just out with F# 3.0. Apparently xbuild can build some MSBuild projects. Straightforward attempt at building a WebSharper clone on mono fails since ...
3
votes
0answers
707 views

Error CS5001: exe does not contain a static `Main' method suitable for an entry point

I have all of a sudden started to receive the following error when trying to compile my MonoTouch Project. Error CS5001: Program 'MyApp.exe' does not contain a static 'Main' method suitable for an ...
3
votes
0answers
221 views

Use PolicyKit to give my application access to restricted files

I'm writing an application for Ubuntu, which allows you to customize the Unity 2D desktop environment. Some settings, I can change using Dconf, which is user-specific. So if one user changes a ...
3
votes
0answers
441 views

Waiting for debugger to connect

(excuse me for my english!) When i debug my app, the simulator is opening but with nothing... in the monodevelop ide, it shows alert box with message "Waiting for debugger to connect..." ...
3
votes
0answers
138 views

MbUnit under Linux, used within an F# project?

I tried asking this on the galio-users list, but the question failed to appear (google groups says the post was successful). I suppose the list might be moderated by someone who does not read his ...
3
votes
0answers
907 views

Mono 2.10.1 apache errors: Command stream corrupted, last command was -1

When starting a test mono server, Immediately the site is giving quite a few errors. The error I'm particularly concerned about is [error] (70014)End of file found: read_data failed [error] Command ...
3
votes
0answers
749 views

MonoTouch WCF REST Error Creating Channel

I'm trying to access WCF REST services via MonoTouch. I am unable to use a ChannelFactory, as dynamic code generation is not possible in MonoTouch, and because I'm accessing RESTful services, I'm also ...
3
votes
0answers
551 views

What is the cause of 500/503 error in Apache/Mono?

i have web services deployed in Apache/Mono server in my production. It is working fine, but sometime it throws 500 error(internal server error) in my apache log in a random manner (i.e., it throws ...
3
votes
0answers
1k views

Mono resources.resx problem when porting (strange error in resx xml file on '</data>')

So I have a C# app. It has some assets that are linked into it and are beeng embeded during compile time. App compiles and runs perfectly on windows. when testing for compatabilety with mono tells ...
2
votes
0answers
55 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); ...
2
votes
0answers
69 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 ...
2
votes
0answers
140 views

How can I use System.Windows.Forms in MonoDevelop on Ubuntu?

I met this problem at the beginning of my work. I am using Mono 2.10 with MonoDevelop 2.8. When I create a new C# project, I can not use: using System.Windows.Forms because there is no such ...
2
votes
0answers
82 views

Incorrect, missing, and duplicate keypress events

There appears to be a bug in how the OS X implementation of keyboard events is handled. The bug reveals itself when either multiple keys are pressed in rapid succession or all at once. Running my app ...
2
votes
0answers
31 views

DataAnnotations in monodroid

I have some models in a core library I'd like to share with a MonoDroid project, but System.ComponentModel.DataAnnotations is not available to the monodroid target. I tried grabbing the code for ...
2
votes
0answers
315 views

Trying to run MVC 3 website plus EntityFramework with Mono gives MissingMethodException

I built an ASP.NET MVC 3 web application on Windows 7 using Visual Studio 2012. My application builds and runs without any issues in Visual Studio. I want to edit and run that web application using ...
2
votes
0answers
104 views

Mono CSharp Evaluator : creating two Action<object> via two distinct Run() crashes

I'm trying to embed mono in a c++ executable, and mono crashes on the second evaluator.Run(..) as below. Any idea of what I missed ? Using mono 3.0.3. EmbeddedMonoTest.cpp // EmbeddedMonoTest.cpp ...
2
votes
0answers
190 views

MonoDroid device registeration for push notifications using PushSharp

In my monodroid application I have a problem registering some devices for push notifications using pushSharp. My general push notification setup works fine on newer devices such as SGS2, SGS3 and ...
2
votes
0answers
70 views

Making an Interactive and Zoomable Radial Tree using Mono

Background Information / Layout I'm trying to display a radial tree as part of a UI. The data for the tree is static, and there are typically a few thousand nodes. Just drawing it, per se, is not a ...
2
votes
0answers
355 views

Embedding Mono on iOS

I want to embed mono into my iOS application. I do not want to use MonoTouch. I want to embed mono manually like this: http://www.mono-project.com/Embedding_Mono I've have done this successfully ...
2
votes
0answers
202 views

How can I run ASP.NET MVC3 in Apache?

I have an Ubuntu 12.10 server installed running Mono 2.10.8. I also have Apache2 running and was able to run ASP.NET with mod_mono version 4. I am now trying to run an ASP.NET MVC3 web app, but I get ...
2
votes
0answers
113 views

SIGABRT error on Monodevelop's custom command mono soft debugger on remote device

I run Ubuntu on my host PC and remote ARM device. I'm trying to use Monodevelop on host PC to remotely debug c# code running on ARM board. I follow What is expected in the "Output" field of ...
2
votes
0answers
124 views

MemoryMappedFiles on mono

I’ve used memory mapped files in windows and visual studio successfully, but,I’m trying to migrate a project to mono and fedora 17 , my code is as simple as this: Var file = ...
2
votes
0answers
202 views

Same Machinekey on Mono and IIS running MVC 4

Current setup: Server A - OS: Debian Squeeze Web Server: Nginx + Fastcgi + Mono 3.0 ASP.NET MVC 4 (.Net 4.5) using base internet template. Db Backend: Mysql Domain: (example) ...
2
votes
0answers
128 views

NullReferenceException on creating an instance of an inheriting class

I am writing my own game engine in XNA and started to port it into MonoGame so that I can put it on Android/iOS/Windows 8. For some reason I am getting a null reference exception when the main create ...
2
votes
0answers
406 views

Installing Mono and mod_mono on CentOS with Yum

I've been trying to find a way to get Mono into Yum, There's a similar question here: Install Mono on Centos5.5 using YUM However this is out of date - the following repositories no longer exist: ...
2
votes
0answers
42 views

mono db4o filenane unknown

Brand new to MOno/db4o and C#. Simple db program and I get an outer stack error "Type Initialization Exception" and the inner stack error states the file name is unknown. I have the db4o.dll file in ...
2
votes
0answers
76 views

Mono mkbundle on Fedora

I need to deploy a C# application on a Fedora system so I've been using mono to build and test my solution. I need to package mono alongside my executable, so have been trying to use the mkbundle tool ...
2
votes
0answers
228 views

Opening a Samba Server file using Mono C# in Mac OS X

We are using Mono C# to write a service (running in Mac environment) which will read a particular XML file and open the file from the path mentioned in the XML file. The file path can be a local one ...
2
votes
0answers
385 views

nuget.exe install not updating packages.config (or .csproj)?

While trying to get a nuget build workflow working on Linux/mono, I've noticed an odd thing. Being on Linux, I cannot use the nuget Visual Studio plugin or the Powershell console, but I have the ...
2
votes
0answers
113 views

Automated/Continuous testing with MonoDevelop

By following the instructions about automating unit tests using Mighty moose for stand alone clients (MonoDevelop IDE), I understood it was possible. There is a section on How can I get Mighty Moose ...
2
votes
0answers
306 views

On OSX with MonoDevelop, Run NUnit Tests from Terminal / Command Line

Given that I create a C# NUnit Test Library called TryTesting in MonoDevelop(MD) (3.0.4.6) on OSX, how should I run these tests from the terminal/command-line (so that I can add them to an automated ...
2
votes
0answers
435 views

AForge.Net Filters alternatives for Monotouch

Is there any options? I can't get it worked for Monotouch. Seems like some functions missing from AForge*.dll's. Now, I'm looking at OpenCV, but it's just too complicated for such a simple problem. ...
2
votes
0answers
100 views

Dispatching idle events while manually pumping gtk# event loop

I develop an application written with C++/wxWidgets that has an embedded .NET runtime for scripting and plugins. I would like to use gtk# for a plugins GUI, however the GUI is unresponsive due to the ...
2
votes
0answers
423 views

ASP.NET on Mono scalability

Does anyone know of any ASP.NET Mono production websites that get a substantial amount of traffic - 100 million page views per day, 100-300 page views per second, etc. ? I've searched here and on the ...
2
votes
0answers
231 views

Using System.Data.SqlConnection in mono, Second invalid login attempt results in “object reference not set to instance of an object”

Using mono's System.Data.SqlConnection to try to establish a new connection (via prompt to user for username and password), if the user enters the wrong username more than once i get an exception: ...
2
votes
0answers
204 views

GTK# How do I get resizable and sortable columns using a NodeView?

I'm just starting out with GTK# and I have a NodeView working and now I want to enable the columns to be resizable and sortable by the user (like the details view mode in Windows Explorer). I have ...

1 2 3 4 5 21