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.
0
votes
1answer
67 views
How do I restart computer using C# on EC2 Ubuntu Server?
I am running a C# Console Application on AWS EC2 instance with Ubuntu. I want to restart the computer from my Application using C#. Is there is any way that I can execute sudo reboot from C#?
Thanks ...
1
vote
1answer
186 views
Problems with Linker in Xamarin Android 4.6
Yesterday I've downloaded new version of Xamarin.Android wich was 4.6.2. When I tried to build my project wich correctly worked in previous versions (<4.6) now I get the following error:
(sorry ...
0
votes
0answers
34 views
Why is boxing/unboxing a necessary part of CLR? [duplicate]
why are they necessary?
what other features of CLR are based on boxing/unboxing? would it be so terrible to not have those features?
0
votes
0answers
95 views
net.tcp port sharing and mono
in my self-hosted WCF application I've got a problem using port sharing with mono.
Given the following code, this exception is thrown:
System.Net.Sockets.SocketException: Address already in use
...
0
votes
0answers
51 views
Mono, C#: Databound Datagridview showing wrong values on a Mac
I´m experiencing a problem when running a program developed in C# on Windows, Visual Studio and .NET on a Mac OSX system. One of the central elements is a DataGridView filled with a view from an MS ...
0
votes
1answer
381 views
Xamarin Installation issue
I'm trying to install Xamarin for Android and I'm having a some issue and I can't find any help anywhere. Even, I have tried to run installation as Administrator but same error keep appearing :
This ...
0
votes
3answers
65 views
How can I use threading in MonoDroid such that it will be cross platform compatible with MonoTocuh
Specifically when doing MonoDroid uses of threads all the documentation I can find recommends calling RunOnUiThread() to call the callback. There is a similar function that can be used on MonoTouch ...
0
votes
2answers
80 views
MonoTouch SIGSEGV Error on TableHeader View
After hours on the forums I still can't figure this out.
Scenario:
I have a table view with expandable lists. When user wants to expand the list clicks on the header and the table refreshes with the ...
0
votes
0answers
56 views
Mono.Cecil get constructor for TypeReference
I'm trying to create a List<Simple> using Mono.Cecil. I have a TypeReference for this, but I'm not able to produce the correct results.
Given:
var listOfObjConstructor = ...
0
votes
1answer
91 views
Open an existing activity - mono for android
I am building a mono android app that receives notifications from GCM and opens an activity when then user clicks on the notification.
An issue is occurring when an instance of the activity the ...
0
votes
0answers
19 views
Check QtKit Dependencies for embedded Player
I have an application written in C# with MonoMac, that embeds a QuickTime player, so i want to know:
Is possible uninstall QuickTime?
If it is possible uninstall QuickTime, this prevents use the ...
0
votes
0answers
52 views
Ninject 3.0 with Mono exception
I'm trying to get a .net application running in mono that references Ninject. I've downloaded the mono ninject build from here:
...
0
votes
0answers
10 views
Use Sourceforge project outgoing email for desktop
I'm currently looking to add an desktop application the ability to send the logfile to the authors (for exploring bugs,etc). Since I'm hosting the project on sourceforge I found the Project Web ...
7
votes
2answers
810 views
Is it possible to run Xamarin Mono on Linux?
I want to know if it is possible to run Xamarin on Ubuntu. I don't like java, so I want to make Android apps with C#.
Is a package for Ubuntu, because I haven't seen one so far?
Or...
Can I run ...
0
votes
0answers
21 views
How to compile a C# file in mono including dlls
I've written a simple C# routine which given a .pptx file it converts it into .wmv.Though this only works if office is installed in the computer where this program is run.So i want it to be compiled ...
0
votes
1answer
34 views
Declarations of p/invoke for file io and pseudo terminal
i want to use the file io functions (open, read, write) and the pseudo-terminal(http://linux.die.net/man/4/pts) functions (grantpt, unlockpt, ptsname) from mono.
translating the arguments and return ...
0
votes
0answers
30 views
What is the bare minimum of packages necessary to build a Mono project?
I'm using a netbook with a 4 GB solid state disk running Lubuntu. MonoDevelop takes too much space and pulls in many dependencies the project I want to build doesn't need. Namely, I only need .NET ...
0
votes
2answers
53 views
libgc seems to be missing (Installing Virtuoso-Opensource with Mono support)
I'm building Virtuoso Opensource after doing ./configure --enable_mono - works fine. Calling make then gives me an error because libgc is not found.
make[2]: Entering directory ...
0
votes
1answer
45 views
Mono.Cecil Import List Enumerator
I'm doing a bit of IL weaving with Mono.Cecil, and I'm running into this issue:
Member 'System.Collections.Generic.List`1/Enumerator' is declared in
another module and needs to be imported
How do ...
2
votes
2answers
56 views
Build Banshee: Missing dependencies
I'm trying to build banshee from source. I ran autogen.sh and here's (some of) the output:
configure: error: Package requirements (gstreamer-0.10 >= 0.10.26
gstreamer-base-0.10 >= 0.10.26
...
1
vote
3answers
218 views
Where can I download the REAL MonoDevelop Windows binaries?
The monodevelop.com website just takes me to this "Xamarin Studio" thing that has severe restrictions on the usage of the free version, and pricing that's almost as bad as Visual Studio on the paid ...
5
votes
1answer
147 views
Mono 3 with EF 6 - has anyone had any luck with it?
I'm trying to get a proof-of-concept application which uses Entity Framework 6 with Mono 3.0.6 - and after 2 days of trials I'm giving up. Is there any sample app around I can look at? I googled - no ...
1
vote
1answer
83 views
Turning monitor off using mono (C#)
I have the following code that turns the monitors off in Windows which I currently use on a button click;
[DllImport("user32.dll")]
public static extern int SendMessage(int hWnd, int Msg, int wParam, ...
0
votes
0answers
65 views
how can I limit the memory size for .net / mono process
imagine you have an application (single process) written in c#
By default the application is allocating huge virtual memory, far more than it needs (for example the resident memory is about 10mb, ...
1
vote
1answer
107 views
Build an F# Project file on OS X from the terminal
I am trying to build an F# project file from the terminal on os x.
I use the following command to build the project
xbuild helloworld.fsproj
The build fails and I get this error message
Error ...
1
vote
1answer
68 views
creating cross platform application
I was making an OpenGL application with C# and Windows Forms.
Recently I thought about making it cross-platform, I mean to make it run on Windows, Linux and OS X. I have never even tried to make a ...
2
votes
2answers
235 views
Unable to host ASP.NET MVC 4 app using mod_mono
I'm trying to host an ASP.NET MVC 4 application in apache with mod_mono but I keep getting the following error:
An exception has occurred while generating HttpException page:
...
0
votes
0answers
41 views
Exception with WCF in MONO using Duplex Communication
When I try to run my Project (with duplex Net TCP Connection), wich is working with NET 4.0 verry well, on MONO, I got the following Exception:
Exception Object of type ...
0
votes
0answers
53 views
MonoDevelop not showing dll methods
I have two projects made with Mono, I created a c# class library like this
Namespace TestSpace
{
public class TestClass
{
public string Id { get; set; }
public string Name { ...
0
votes
2answers
52 views
Silverlight 5 screen detection
How do I detect multiple screens on Windows and Mac from a Silverlight 5 out-of-browser application?
I'm looking at Silverlight 5 for a Winodws/Mac application I would like to build. Now that ...
1
vote
3answers
69 views
error CS0029: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context' - mono version conflict
So apparently, I'm having conflicting versions of Mono.Cairo. I can see that in /usr/lib/mono/gac/Mono.Cairo there are two folders, one for version 2.0 and one from version 4.0 . From what I read on ...
1
vote
1answer
35 views
Embedded Mono: EXC_BAD_ACCESS (SIGSEGV) when calling mono_jit_cleanup()
I'm embedding Mono runtime into existing Cocoa application. I've built the latest runtime from GitHub (master branch) and exiting application after running some managed code gives me this during the ...
2
votes
2answers
124 views
ServiceStack-based web site under Mono/Linux: Performance with static content
I'm planning on converting an ASP.NET MVC web site to ServiceStack Razor, with the aim of hosting it on a Linux server.
What would be the best solution for serving the static content of the site? ...
2
votes
1answer
223 views
Xamarin Studio and Mono debug issue with WebPageHttpModule
There's a lot to like about the new Xamarin Studio however every time I run my web project I run into the System.Security.SecurityException - no access to the given key.
If I continue execution and ...
0
votes
0answers
54 views
Which desktop app frameworks support scripting file uploads in website forms
I’d like to create a cross-platform desktop app that automates form submission on many websites (for artists to upload their artwork to many art websites / blogs at once). This means the app has to be ...
0
votes
1answer
46 views
Issues with installing Orchard & Mono
I am currently running an Ubuntu Server 12.10.
I tried to install Orchard along with mono. When i try to start mono :
MONO_IOMAP=all xsp4
I get the following errors in the CLI:
Handling ...
0
votes
0answers
53 views
Close a Process when main application exits or crashes in Mono
I have a Mono c# application (App1) that launches a native application (App2) using Process and Process Start Info.
Everything runs smooth but I would like to have some kind of handler, event or ...
0
votes
0answers
89 views
Calling C# Asp.net webservice in mono
We have desktop application created in vs2010 using c# and .net framwork 3.5. We have started our port of this code to mono so that we can give a version for MAC. Now the first hurdle we are facing is ...
1
vote
1answer
51 views
How to kill fastcgi-mono-server4.exe from a rake file?
I'm working on automated deployment using Rake of a mono asp.net website to ubuntu server with nginx.
As far as I've discovered fastcgi-mono-server4.exe can't be stopped gracefully and must be ...
2
votes
1answer
102 views
MonoMac / Xamarin.Mac: EntryPointNotFoundException for AudioSession.Initialize()
I'm very new to C#, MonoMac and Xamarin and am trying to play some generated audio with C# and Xamarin.Mac using this awesome example.
Unforunately the first line:
AudioSession.Initialize();
...
6
votes
2answers
203 views
Mono C# WinForms -> Serious performance problems when running on Mac OSX
I have a question regarding C#, Mono and OSX. I have created a Program in C# using Windows Forms and am trying to make it usable on a Mac.
Problem is, that the performance is extremely poor on OSX ...
-2
votes
1answer
35 views
Insert Parametrised value within a LIKE statement
I have a method that updates a record in a mysql database, and the query works perfectly well when simply using when the string as follows:
string query = @"UPDATE Batches SET `State`=@State, ...
2
votes
1answer
119 views
Google Drive API for Mono for Android and MonoTouch
I just tried to use the given .NET-DLL to connect to my google drive account with Mono for Android, but it failed.
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2):
...
0
votes
1answer
31 views
Mono GTK# - PropertyNotifyEvent of window or widget
I want to be able to react if a property of a given window or widget has been changed and found the Gtk.Widget.PropertyNotifyEvent event. The (mono) documentation says that it will be fired if any ...
0
votes
1answer
59 views
change tab text in monodevelop c#
I am currently building a web browser.
I am using a notebook widget as a tabcontrol.
But there is a problem: how do I change the text of a tab?
I have a custom widget that is inside each tab that ...
1
vote
2answers
39 views
SharpZipLib's FastZip doesn't unzip directories on Mac
I'm using the following code on Mac using Mono to unzip a zip file. The zip file contains entries under directories (for example foo/bar.txt). However, in the unzipped directory, instead of creating a ...
1
vote
0answers
35 views
Post-mortem debugging of a Mono AOT-compiled program
I have a large program, written in C# and running on Linux systems using Mono, that occasionally crashes and causes the mono.bin process to dump core.
I ran gdb on some of the core dump files, but it ...
1
vote
1answer
105 views
Can I compile a Visual C++ project on Linux using xbuild?
I have an existing project that I compile on both Windows using Visual C++ 2008, and Debian Linux. This project uses a standard Visual C++ .vcproj file, and some .cpp and .h files. It does not rely on ...
0
votes
1answer
140 views
'mono shared runtime' always deployed to android device
I'm trying to create an APK using xamarin.android & visual studio 2012, but the option for 'package ... apk file' is disabled - and i believe this is a bug as described here: ...
-1
votes
1answer
58 views
Why I can add method with default argument to event Action?
Consider class
class FirstClass
{
//Some fields, ctors and methods
...
public event Action Test
{
add
{
var method = value.Method;
var ...

