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
4 views

Get generic type using Mono embedded

How to I create generic a List object using mono embedded calls? I can get List's MonoClass: MonoClass* list = mono_class_from_name(mscorlibimage, "System.Collections.Generic", "List`1"); and ...
0
votes
1answer
11 views

Install latest version of mono xsp4 on ubuntu to support asp.net 4.5

i have to port an asp.net 4.5 website to mono 2.10.8.1 on an ubuntu machine. Does xsp4 support asp.net 4.5 yet or should i build my original website in 4.0 for the time being? Also how do i get the ...
0
votes
1answer
19 views

How do I start debugging in MonoDevelop?

I'm trying to use a "Run/Start Debugging" menu command, but whatever I do it just starts application without debugging. Can't break program execution, breakpoints are never hit. Any explanation how to ...
0
votes
0answers
4 views

webkitgtk webkit_web_view_get_dom_document doesn't return

I'm importing the method in C# mono (since dom_document isn't implemented in webkit-sharp), like this: class ExtendedWebView : WebKit.WebView { [DllImport ("webkit-1.0")] private static ...
0
votes
0answers
16 views

Get Icon From Application with Black BG in Mono

I got a problem when using the following code to get the icon from an application with Mono. The background color is black, which is really not my expect. Is there any suggestion? ...
0
votes
0answers
45 views

Showdialog Make the Parent Form Flicker in MONO (2.10.9)

I create a winform application with .NET 2.0. And I use mono (version 2.10.9) for none-dotnet system. But in the mono mode, when I use "new Form().ShowDialog()" or just show a message box ...
0
votes
1answer
22 views

Monodroid - Cant start new Activity/Intent

I am making an app using monodroid and i am trying to start a new activity. Below is my code i am using to start the new activity var second = new Intent(this, typeof(CreateVehicle)); ...
0
votes
1answer
48 views

memory corruption passing string from c++ dll to mono (C#)

I am writing a C# GUI for a C++ application of mine. I retrieve the details of a plugin by enumerating the available DLLs, dynamically loading them one by one, and calling a function called ...
0
votes
2answers
32 views

Enum bit operations with Mono

I'm trying to port program from .net to Mono on Mac OS X, but I can't compile it while I'm getting compilation error. What Should I do to compile it ? Why on windows it works fine? I'm new to C#, ...
4
votes
3answers
64 views

How to get back to function from timed event

Okay so I have a function called readSensor which you guessed it.. reads a sensor. But the sensors usually take about 100ms to respond. So in the readSensor function I am basically just starting a ...
0
votes
0answers
22 views

PE32 dll generated using mcs is not binary reproducible

I have a PE32 dll generated using "mcs" compiler and the dll is not binary reproducible. If i strip the time stamp and date information from the dll and verify the sha1sum they are same. Is there a ...
0
votes
2answers
36 views

MvvmCross binaries for alpha/beta channel Xamarin?

I'd like to use MvvmCross with XS on a Mac, and running the beta channel (Xamarin.iOS 6.3 and Xamarin.Android 4.7). Is this currently possible at all? If so are there binaries available somewhere?
3
votes
1answer
53 views

Mono multiprocessing performance issue

I am having severe performance issues when running compute-intensive multiprocessed code on Mono. The simple snippet below, which estimates the value of pi using Monte Carlo methods, demonstrates the ...
0
votes
0answers
8 views

Custom entry element monotouch dialog

I have this class: public class CustomEntryElement:EntryElement { public UITextField textBoxName {get;set;} public CustomEntryElement(string caption, string placeHolder, string value, bool ...
1
vote
1answer
66 views

C# - Compiler error

I am making an app in C# using Mono and I am referencing two libraries which is giving me an error. How can I mae it so that i only reference one. this is the error i am getting Error 1 The type ...

1 2 3 4 5 312
15 30 50 per page