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
1answer
122 views

Leakage when using Task.Factory.FromAsync

I’ve been working with Task.Factory.FromAsync() methods and have been experiencing severe memory leakage. I’ve used the profiler and it shows that a lot of objects just seem to be hanging around after ...
0
votes
1answer
51 views

How do you set the 'linebreakmode' for an android textview (FormattedText)

I'm from iOS and tackling android dev using Mono (Xamarin). Is there a way to set the textview linebreak mode for the textview like we do for iOS. When I set the Text attribute for the TextView it ...
0
votes
2answers
104 views

JavaScriptSerializer: Object reference not set to an instance of an object

What am I doing wrong here? using System.Web.Script.Serialization; string json = "{\"numbers\":[{\"one\":\"1\"},{\"two\":\"2\"},{\"three\":\"3\"}]}"; dynamic dictionary = new ...
1
vote
1answer
36 views

Can mono be used to with assemblies 3rd party assemblies that have been obfuscated

I downloaded and I am trying to use the MOMA but when I start the analyze process on a third party dll, the Analyzer throws an array out of bounds exception. Looking at the call stack (and doing a lot ...
1
vote
0answers
44 views

Mono make fails on OS X 10.8.3 due to submodule update failure

After checking out Mono source from github and running ./autogen.sh --prefix=/usr/local with an environment MDK and monolite are installed, I tried to make, then I got the following error: make[4]: ...
0
votes
1answer
28 views

what is difference between cli and mono in unix

If I start the application directly ./coolappimade.exe it get started using /usr/bin/cli. What is difference between this and /usr/bin/mono if any? What is better, start is as "native" or using ...
0
votes
1answer
34 views

Regression in NSKeyedUnarchiver

My code which uses NSKeyedUnarchiver now throws a TypeLoadException when using the latest monomac from Git: System.EntryPointNotFoundException: monomac_IntPtr_objc_msgSend_IntPtr at at (wrapper ...
0
votes
0answers
41 views

Android Fragments in Mono - How to fix problems with Activity has been destroyed

Dear StackOverFlow readers, I have been struggling with this problem for 3 days now, trying every solution at this website and others. I get this error; 05-07 14:35:28.087 W/dalvikvm(21999): ...
1
vote
0answers
44 views

How to display Scrollbar in webkit webview

I'm trying to display a scrollbar in een webview widget. I'm using this example to do it. But it doesn't seem to work for me. Can someone give me a hand with this. public void OpenWebView () ...
0
votes
0answers
46 views

Mono + XSP: WebService example does not work

There have been questions quite similar to this one, but I could not find any solution. So excuse me for asking it again. I'm running Debian Linux and I installed Mono. Once I started the sample ...
3
votes
0answers
32 views

mono gtk# - hello world deploy to windows

I have this really simple Hello World example i wrote on a linux host using Mono and gtk#. It simply shows a windows with a button. Now i tried to get the binary running on windows but failed. i ...
2
votes
1answer
85 views

mono Thread.Sleep(int) thrown System.TypeLoadException

I have the following problem: Console.WriteLine("Starting"); Stopwatch stopWatch = new Stopwatch(); int delay = 1 * 60 * 1000; int waitTime = delay - (int)(DateTime.Now.Second * 1000); int time; ...
4
votes
1answer
250 views

Xamarin studio fails to open F# files

I've just installed Xamarin studio to try out the F# experience on OSX. The install works fine and I'm able to create the F# tutorial project, but when it tries to open the Tutorial.fs file I get the ...
0
votes
1answer
192 views

Does Xamarin's Android for Mono support same .NET libaries as Mono?

At a high level, my question is: Is everything that is supported by Mono on a Linux platform supported by Android.Xamarin on an Android platform? More information: I am investigating the ...
0
votes
1answer
94 views

502 (Bad Gateway) - Nginx + Mono (OpenBSD 5.3)

I am having trouble getting Mono to work with nginx. I installed OpenBSD 5.3 and set up the appropriate (package) ports. I built mono, mono-xsp and nginx - all without incident. All three appear to ...
0
votes
1answer
189 views

How to consume a web service using mono for android

I'm using xamarin to develop an android APP and need to consume a webservice provided by others.I can consume the web service successfully in a ASP.NET application but in a mono for android app I ...
3
votes
2answers
120 views

True or False: one should have Windows PC to program MonoGame games

I'd made inner logic of card game and successfully made console version using pure Mono. Now I started iOS version of game. I tried to use JPG textures, but with no luck (popular "Could not load ...
3
votes
2answers
262 views

Unable to read from Serial Port using C# Mono (RaspberryPi)

Hello stack overflow community, I'm attempting to write a C# library which looks at all available USB serial ports on a Raspberry Pi so that I can enumerate, identify and communicate with a set of ...
1
vote
0answers
42 views

Mono.Cairo and native UI

I want to build an application for Windows, Mac and Linux - based on mono. One part of the application will need a vector drawing library. I found Mono.Cairo which looks good, but every howto I can ...
0
votes
1answer
61 views

Get specific element inside other element with HtmlAgilityPack in C#

I'm working on a project where I need to parse a lot of html files. I need to get every <p> from within one <div class="story-body"> So far I have this code and it does what I want, but I ...
2
votes
1answer
110 views

HTTP handlers not registering correctly under Mono MVC 3

I am at my wit's end. I'm trying to run an ASP.NET MVC 3 website under Mono via FastCGI and the HTTP handler for Cassette won't register correctly. The site is http://www.tychaia.com/. The strange ...
-2
votes
1answer
36 views

Unused assemblies worries when dealing with other non-microsoft compilers

If i reference unused assembly using the /r flag in the command prompt the csc will ignore it. so what if i reference unused assemblies via the IDE will it show the same behavior ? and what if i am ...
0
votes
0answers
48 views

Asp.Net or Mono with Ms SQL server or MySQL is best for social network? [closed]

Can you please suggest with ASP.Net with MS SQL or MySQL is best to develop a social network according to performance and cost? Is there any bug for ASP.Net (ADO.Net) and MySQL or it is good enough as ...
-2
votes
3answers
85 views

Student using Java & VB on Mac, in a Windows-based University environment [closed]

I am starting a computer science degree in October in a university that primarily uses Windows machines. There are modules using Java and Visual Basic. And I am looking for an efficient way for me ...
0
votes
0answers
48 views

Mono.Data.Sqlite support for entityframework

Does Mono.Data.Sqlite have support for entity framework? Thank you!
0
votes
0answers
20 views

MySQL/Mono can only execute the first procedure

I am having trouble calling multiple stored procedures using Mono 2.10.9 and MySQL Connector 6.6.5.0. I have 3 stored procedures that are called one after another - no matter what I do the first one ...
0
votes
0answers
119 views

Error while trying to add an WCF webservice reference to a Xamarin.Android project

I am currently developing an Android app using Xamarin.Android and created a webservice using WCF. I have the webservice running on an IIS webserver and when I go the url it does work. When I'm adding ...
0
votes
0answers
61 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
0answers
24 views

MonoMac Project calling Assembly.ReflectionOnlyLoad in Mono project

This question here here is similar because I am trying two routes to the same conclusion. I have an application that is written in c# and I am now porting to the mac. This is working using Mono. I ...
1
vote
0answers
49 views

Creating NSWindow programmatically in Mono using MonoMac.dll Ref

This question here is because I am trying two routes to the same conclusion. I have an application that is written in c# and I am now porting to the mac. This is working using Mono. I am using a Mac ...
0
votes
3answers
78 views

How can I read and create foxpro files on linux?

My C# / Mono application needs to run on linux. I must have the ability to dump a foxpro dbf and to create a new foxpro dbf. Any suggestions for either: 1) odbc for linux designed for Foxpro? or 2) ...
0
votes
1answer
178 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: ...
0
votes
1answer
170 views

mono in unity 3d and .net remoting

I am working on a Unity project where I need to work with a remoting client. I have created an interface class and I am using a remoting server in an other Unity project. While the server is working ...
0
votes
0answers
57 views

how to use System.ComponentModel.DataAnnotations in Xamarin Studio

I have core model classes that use System.ComponentModel.DataAnnotations to do data validation: required fields, email validation, etc... How can I use that namespace in Xamarin Studio for my Mono ...
0
votes
0answers
32 views

Replace DataGridViewTextBoxCell with a RichTextBox?

I'm trying to find an easy way to have one column of a DataGridView use RichTextBoxes instead of TextBoxes. I do not need editing, I just need to be able to display rich text -- or rather strings with ...
1
vote
2answers
57 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 ...
1
vote
0answers
42 views

why can't not draw on panel in winform with cairo

I have proplem with cairo on window, I don't know why It can't draw on my panel When i use GDI everything is oke, but I can't draw when i use cairo, Please help. thanks. Wrap Cairo to draw using ...
0
votes
0answers
56 views

Maintaining context of type arguments with Mono.Cecil

After learning how to properly access the fields and properties of a List with Mono.Cecil, it was pointed out that you need to make sure that the context of the type arguments is maintained on the ...
0
votes
1answer
38 views

Has any work gone in to a framework for extending mono-VB?

edited, as I understand this problem better. sorry for confusing VB.NET and VBA earlier I am exploring the viability of taking a large VBA codebase (hosted in Excel) and migrating it to embedded ...
0
votes
0answers
71 views

Why can't I access to /data/data directory using Mono for Android?

Everytime I try to access to /data/data dir, I get a "System.UnauthorizedAccessException" Exception (Access to the path "/data/data/..." is denied). The strange thing is that if I try to access to a ...
0
votes
1answer
97 views

SQLite query case sensitive

I have a table with few columns in SQLite. I have two columns that I need to use for querying this table (code, Description). Both of these have the COLLATE NOCASE when creating the tables as below: ...
4
votes
1answer
165 views

Is this C# code legal?

I have A.Test() declared as public virtual and B.Test() declared as private new. I'm calling base.Test() from C that inherits B. This code compiles with Mono 2.10.2 but throws a ...
1
vote
1answer
71 views

Cross platform .NET WebSocket server library with async support

Are there any cross-platform (read: Mono-friendly) libraries that offer WebSocket server support and allow for asynchronous IO via a C# 5 async API? SuperSocket.NET seems like the closest option, but ...
2
votes
2answers
144 views

Is it possible to use Clojure CLR with C# in Xamarin?

I love Clojure. It is by far my favorite language. I've just found Xamarin, which allows you to have cross-platform apps, making full use of native libraries. The language used with it is C#. Now ...
0
votes
1answer
28 views

UIButton with an image and text

I know there are several questions regarding the placement of images and text in buttons, but I still can't quite get it to work. I want the title to display below the image. If there is no image, the ...
-2
votes
1answer
64 views

Free Charts in Monodroid [closed]

first of all, I'm sorry but my Engilsh isn't good. I was looking for how can I draw a Chart in Monodroid during 5 or 6 hours, and I didn't find anything. I only found TeeChart(steema) but I don't ...
1
vote
2answers
67 views

Does IEnumerators require more resources than Arrays?

I have an implementation of the Sutherland–Hodgman algorithm, and so I need to return arrays frequently. I'm using Unity, so the answer needs to apply at least on the Mono runtime. I'm wondering If ...
2
votes
0answers
115 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
1answer
136 views

Mono HTTPS exception - The authentication or decryption has failed

I get this exception intermitently when trying to post some data over HTTPS. Running on mono 2.10.1 (now changed to 2.10.9). I have no clue as to why this is happening, it doesn't seem to be related ...
0
votes
0answers
42 views

How to launch program in Mono without Terminal

I am using Mono on Ubuntu 12.10 In my VB.Net application, if I use: System.Diagnostics.Process.Start("processhere") It opens up a terminal window (as expected) that is open until you close the ...

1 3 4 5 6 7 92