Top "Mono" questions

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows.

The assembly mscorlib.dll was not found or could not be loaded

Firstly, I've seen this question, and while the problem seems similar, it is not the same. I'm running a trimmed …

.net mono mscorlib xbuild
Converting .NET App to x86 native code

There's a program written entirely in C# that targets .NET Framework 2.0. Is there a way I could somehow compile (translate) …

c# .net mono clr native
Converting UIImage to Byte Array

I need to convert a UIImage to a byte array. I am using Xamarin's Visual Studio plugin to produce an …

c# mono xamarin.ios xamarin
Xamarin Forms: How can I add padding to a button?

I have the following XAML Xamarin.Forms.Button <Button Text="Cancel" BackgroundColor="#3079a8" TextColor="White" /> I tried to …

xaml xamarin mono xamarin.ios xamarin.forms
Linux .NET remote debugging from Visual Studio

I would like to remote debug a C# console application running on Linux from Visual Studio. Here's what I found …

visual-studio mono raspberry-pi remote-debugging raspbian
How to get started with Mono in Linux for a beginner?

How do I start using Mono in Linux as a beginner when I want to switch from Visual Studio? Is …

c# linux mono
WCF support in Mono

I am trying to figure out what is and isn't supported for WCF under Mono. I have read the WCF …

c# wcf mono
The imported type is defined multiple times - only under xbuild on Mono 2.10.1

Having an issue where compiling some code that makes use of HttpContextBase is throwing the compile error: UserService.cs(13,26): error …

c# msbuild mono monodevelop xbuild
Error: JNI ERROR (app bug): accessed stale global reference

I am getting this error JNI ERROR (app bug): accessed stale global reference When I run my app in Android …

android mono xamarin.android monodevelop xamarin
IIS 7 unable to load DLL (Access Denied)

I'm having this weird problem with IIS 7 on Windows 7, where it can't load a dll I'm using. However, it seems …

asp.net web-services iis mono npgsql