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
25 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
0answers
29 views

DateTime.Now error in mono under Raspbian on Raspberry Pi

I DateTime.Now returns '734997/00/0001 11:13:07'. How to solve this problem? P.S. I know that this error is not under 'Soft-float Debian "wheezy"', but the SD card with this OS did not want to boot ...
1
vote
1answer
30 views

aChartEngine shows two charts instead one

please look at the images, the first is the adb emulator and the second is a Samsung Galaxy Tab. Image1 Image2 I don't know why in the Tab aChartEngine shows two charts. This is the code: ...
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 ...
1
vote
0answers
41 views

Building mono with android ndk standalone toolchain (android ndk r8e)

I'm attempting to build mono using the ndk standalone toolchain from the android ndk (version r8e), but I am unable to complete the build. I setup my standalone environment like so: export ...
-1
votes
0answers
57 views

On what OS possible install Mono for Raspberry Pi? [closed]

1) On what operating system possible install mono for Raspberry Pi? 2) I've heard that Raspbian not suitable for mono ... Is It true?
0
votes
0answers
11 views

Running a .NET assembly doesn't work if I'm not the user who built it

So here is my situation: I am trying to build an application written in C#, using mono, on Linux (Centos 5.8). I do not have root access. What I do have is access to an application account that I'm ...
0
votes
0answers
22 views

how to fix random get_InputValidationEnabled () is inaccessible exception in Mono

Mono ASP.NET MVC2 application was upgraded from MVC2 NET 3.5 to MVC3 .NET 4 Apache + mod_mono are used. After start application starts randomly to stop working with exception ...
1
vote
1answer
93 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
32 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
62 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
34 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
25 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
21 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
30 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
19 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
31 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
15 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 ...
2
votes
0answers
17 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
69 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
198 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
90 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
45 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
71 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
86 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
134 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
31 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
47 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
75 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
37 views

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

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 ...
-1
votes
0answers
29 views

the state of mono documentation online [closed]

I'm new to mono, and on the surface it looks like really excellent technology. However, when I start digging in to the online documentation, the majority of it is between 4 and 6 years old (pre-mono ...
-2
votes
3answers
75 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
36 views

Mono.Data.Sqlite support for entityframework

Does Mono.Data.Sqlite have support for entity framework? Thank you!
0
votes
0answers
16 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
52 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
41 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
17 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
30 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
1answer
53 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
74 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
119 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
29 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
23 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
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 ...
1
vote
0answers
28 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
48 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
36 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
49 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
67 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: ...

1 2 3 4 5 90