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

1
vote
0answers
163 views

IKImageView issue on 10.5.8

I am using Monobjc and Mono to develop an application where the user can zoom in on images. The very first image shows up fine. But when the user navigates to the next image, it shows up blank with a ...
1
vote
0answers
162 views

Exception on System.Drawing.GDIPlus when built for Mac App Store

I posted this on the mono forums with no luck: The following code is causing me some headaches: private void MyMethod(string Filename) { Bitmap bmp = null; try { // ...
1
vote
0answers
279 views

MonoTouch: WebConnection crash on resume

I have been experiencing the following crash while using MonoTouch on an iPad. I have tested on iOS 4.2+ and it seems to happen on all versions of iOS. This is a very difficult one to reproduce so I ...
1
vote
0answers
136 views

Some exceptions are not being caught correctly in an embedded Mono runtime

We are using the embedded Mono runtime in a C++ application. Tested on Windows x86 and Mono 2.11 Scripts are executed by mono_runtime_invoke. When an unhanded exception occur in script-space it will ...
1
vote
0answers
348 views

stunnel https gets redirected to http

I have a Web service listening on port 8081 (it's a ServiceStack REST Web Service running on mono, if that helps). I am trying to secure it using stunnel, but the problem is as soon as I connect to ...
1
vote
0answers
215 views

Upgrade MySqlConnector .Net version 6.3.7+ crashes Mono 2.10.2 with: The assembly name is invalid

I have an ASP.Net site working well with MySql Connector.Net (MySql.Data.dll version 6.3.6). However, because of a bug in the version I need to move to 6.3.7 (or 6.4.4). However, when I install ...
1
vote
0answers
447 views

ASP.Net MVC on Linux/Mono

I am thinking of developing a website using the ASP.Net MVC framework on Linux. I would like to know: what are the best practises for developing such a site (are they any different for mono/ ...
1
vote
0answers
385 views

UiTableView not showing, GetCell not being called

I have the following code set up: TableView = new UITableView(); TableView.Source = new DataSource(); m_MainScroll.Add(view); // scrollview area TableView.ReloadData ...
1
vote
0answers
330 views

Monodevelop compiler crash

I'm trying to get Mono to work on OSX, but i'm getting a strange error when trying to compile. I get one error The compiler appears to have crashed. Check the build output pad for details. The ouput ...
1
vote
0answers
39 views

How to install Mono using script on MacOS?

I want to deploy my console application developed on Mono to Mac OS. Has anyone know how to install mono using some script on Mac OS? any help will be appriciated. Thanks, Arvind
1
vote
0answers
359 views

Mono.Webkit (webkit-sharp), access c# objects, functions from javascript

I wrote a simple Gtk Application with a Webkit Browser Widget (WebView) included. I want to access C# Objects (or C# functions) with Javascript in this Application.
1
vote
0answers
71 views

Best methods for providing multi-language access to an application platform

I'm developing an open-source cross-platform application platform written in .NET/Mono, Now I'm struggling to grasp the problem of people wanting to use the framework through non CLI languages e.g. ...
1
vote
0answers
114 views

Mono “NetDataContractSerializer.Serialize”

I'm getting following exception System.NotImplementedException: The requested feature is not implemented. at System.Runtime.Serialization.NetDataContractSerializer.WriteStartObject ...
1
vote
0answers
165 views

Mono DirectoryInfo for network share

I wrote a quick console app in VS2010 to copy a file from a network location to a specified location on disk. The program works fine on Windows but when I copy it into the Mac and execute it against ...
1
vote
0answers
419 views

Castle Windsor 3.0 Beta 1 Running in Mono

I am attempting to use Windsor 3 Beta 1 in Mono 2.6 and I am encountering a few issues. (Note that my tests all pass while running Windsor 3 Beta 1 on .Net 3.5) Initially I tried the .Net 3.5 ...
1
vote
0answers
547 views

Program does not contain a static 'Main' method suitable for entry - Occasional error

This question has been asked, but none of the answers resolved my problem. I get this error only occasionally, like after opening my solution for the first time. I am using Monodevelop, and compiling ...
1
vote
0answers
115 views

Proving My Coroutines Work

I just wrote a coroutine (as an exercise) implementation based on Mono Continuations (very weird experience). What are some ways / approaches that I should take to prove its correctness?
1
vote
0answers
823 views

Using mkbundle to port Mono GTK# app to other platforms

I'm a long-time C# developer but new to Mono and, especially, Gtk#. I have developed a small app using C# and Gtk#. I need this app to work on Windows, Linux and Mac so I decided to go for Mono and, ...
1
vote
0answers
620 views

System.Net.WebException: Error getting response stream (ReadDone2)

I'm getting to following error when I try to port my code over to mono. It works fine in windows and it even compiles in Linux. When I'm working with the HttpWebRequest(a button calls a method that ...
1
vote
0answers
399 views

Compiling MonoDevelop from source error

After a long night of compiling... allot of dependencies from source, I get the following error when trying to compile MonoDevelop under CentOS 5: /opt/mono/bin/gmcs -debug -codepage:utf8 ...
1
vote
0answers
54 views

subsonic2.2 is generating empty classes for all my mysql tables

I'm having some problems to run Subsonic under mono. Everything seems to work fine (no error output), but at the end sonic.exe generate only empty .cs class for all my tables. Any ideas about what is ...
1
vote
0answers
570 views

Cherokee skips fastcgi-mono-server4 running asp.net MVC 4.0

My problem is that when I run an API with cherokee and mono, cherokee skips the fastcgi-mono-server and says 404 not found, instead of returning the data from mono-server. I followed this tutorial of ...
1
vote
0answers
309 views

MonoXNA Help (Mac)

I am trying to compile the Marblets sample XNA project to run on mac with monoxna. I have managed to compile the monoxna library and am now using. When I can also build Marblets without errors. When I ...
1
vote
0answers
1k views

mono ./configure --host=arm-linux?

i tried some cross-compiling mono (2.8) with the ./configure --host=arm-linux option, running on an x86 ubuntu. sometimes i get this error: checking for arm-linux-gcc... gcc checking for C compiler ...
1
vote
0answers
229 views

SIGSEGV in Mono 2.6.7 running Denian Lenny

I recently installed mono 2.6.7 on my debian lenny and I am trying to run a minecraft server. Everything I run the mono command i get the error from below: Stacktrace Native stacktrace mono ...
1
vote
0answers
221 views

USB Stick OS that can run .NET (or Silverlight)?

I'm doing an experimental project where I just need to be able to boot off a USB stick and run a .NET console app. The "boot" is important since the machine should be a dedicated appliance for ...
1
vote
0answers
338 views

Post Processing of dll using Mono Cecil

I've been using Mono Cecil to do some post processing of some dlls because we want to modify the event codes that are generated by VS2010 compiler and modify them to look like the ones generated by ...
1
vote
0answers
108 views

PrintUnixDialog and mono

I'm new to Mono and I do not understand how the PrintUnixDialog and the PageSetupUnixDialog work I have searched it on google for hours but I haven't found anything So if you know a good tutorial ...
1
vote
0answers
290 views

How to create Package in mono 2.8 its need 'mono.exe'

I am using "Mono Tools for Visual Studio - 2.8". When I am creating Package of mono it requires 'mono.exe' but it does not exist on my system. How can I get mono.exe OR there is any other way to make ...
1
vote
0answers
354 views

Serialize SOAP Header as Document Style XML

I have a proxy to a SOAP web service that requires a session object in the SOAP header. The web service is unable to read the session information from the header when it is in the form using a ...
1
vote
0answers
284 views

Developing Monotouch and XCode in parallel - how to set it up

Would it make sense to develop an app in Monotouch and With XCOde in parallel or with Monotouch as a prototype. (I would be learning both while developing). Since both use the same ...
1
vote
0answers
214 views

MySQL ExecuteNonQuery hanging in mono

I am in the process of moving from Visual Studio to Mono. I have a query which dumps about 190000 rows of a select statement into a a text file which I process from c#. Normally the whole thing goes ...
1
vote
0answers
170 views

In MonoDevelop, how do I specify the target directory to be used when generating a package?

If I right click on the "Tarball" project, and go to Options > Files, I see some like this: There are a couple of problems here: "pkg-config folder" uses /usr/local/lib/pkgconfig, instead of ...
1
vote
0answers
478 views

Visual Studio 2008 ASP.NET MVC 1 (3.5 framework) Application to Mono 2.4.4 on Apache 2.2.14-5 on Ubuntu 10.04 Deployment

This is my scenario: Development Environment: Visual Studio 2008, Windows 7 Deployment Environment:; Ubuntu 10.04, Apache 2.2.14-5, Mono-runtime 2.4.4.(mono-server2 for ASP.Net 2.0 applications) I ...
1
vote
0answers
1k views

ASP.NET Ajax With Mono

I have just installed Mono on my server aspx pages are working fine however when i try to run ASP.NET Ajax application i am having the weird error popping up. Error: ASP.NET Ajax client-side ...
1
vote
0answers
65 views

Porting WISA stack to Linux + Mono

We're currently running a Windows/IIS/MSSQL/ASP.Net3.5 stack for internal development and it's great, mostly for the developers who are enjoying the tight integration with Visual Studio etc. Problem ...
0
votes
0answers
22 views

Do we have to marshall unsigned long?

The API I am using has something like this: int simpletran(LPSTRUCT req) { printf("%d", req->length); } typedef unsigned long ULONG; typdef struct _st { ULONG length; }STRUCT, *LPSTRUCT; ...
0
votes
0answers
6 views

Writing audio device loopback on MacOS with Xamarin (C#)

I am developing cross platform (Windows, Mac) desktop application that will be able to catch desktop sound. I already achieved this with NAudio on Widnows, but I have problems with OSX. From what I ...
0
votes
0answers
13 views

Asp.net mono code unable to see certain files

I'm trying to port some asp.net code to work in Mono. As part of the system it's using some files as a sort of signal (not ideal, but for now I need to leave that as-is). My issue is that on some of ...
0
votes
0answers
10 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
0answers
24 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 ...
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
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 ...
0
votes
0answers
33 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: ...
0
votes
0answers
17 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 ...
0
votes
0answers
14 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
16 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
16 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
0answers
36 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 ...

1 3 4 5 6 7 21