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.
2
votes
0answers
107 views
Dispatching idle events while manually pumping gtk# event loop
I develop an application written with C++/wxWidgets that has an embedded .NET runtime for scripting and plugins.
I would like to use gtk# for a plugins GUI, however the GUI is unresponsive due to the ...
2
votes
0answers
452 views
ASP.NET on Mono scalability
Does anyone know of any ASP.NET Mono production websites that get a substantial amount of traffic - 100 million page views per day, 100-300 page views per second, etc. ? I've searched here and on the ...
2
votes
0answers
235 views
Using System.Data.SqlConnection in mono, Second invalid login attempt results in “object reference not set to instance of an object”
Using mono's System.Data.SqlConnection to try to establish a new connection (via prompt to user for username and password), if the user enters the wrong username more than once i get an exception: ...
2
votes
0answers
216 views
GTK# How do I get resizable and sortable columns using a NodeView?
I'm just starting out with GTK# and I have a NodeView working and now I want to enable the columns to be resizable and sortable by the user (like the details view mode in Windows Explorer). I have ...
2
votes
0answers
228 views
How to reference a dll that take into account the configuration and platform
We are developing a library for MonoTouch, we could use in all other MonoTouch projects. For that purpose, we have generated 4 dlls that are depending on the configuration and the platform ( Debug / ...
2
votes
0answers
145 views
InternalsVisibleTo attribute not compiling under XBuild (Mono 2.10.6) but works fine under VS2008
I'm trying to compile an assembly named Pivot.Data which contains the following code:
[assembly: ...
2
votes
0answers
276 views
Sending values to C# wrapped C++ dll cause Unity crash
I have a C++ class I want to use in Unity(C#), so I compiled a C++ dll and create a C# wrapper dll for it. I did this using SWIG.
When I do this:
Graph g = new Graph();
int k = g.AddNode();
It's ...
2
votes
0answers
254 views
Mono WCF client can't connect from remote server
I have implemented the example below with mono on centOS.
http://veritas-vos-liberabit.com/monogatari/2009/12/mono-wcf-advent-day-2-hello-wcf.html
It works fine when the client and server are on ...
2
votes
0answers
312 views
AjaxControlToolkit runtime error in MonoDevelop
My project builds just fine but upon runtime I get this:
System.Web.HttpException: Code generation failed. ---> System.Web.HttpException: Code generation failed. ---> System.TypeLoadException: Could ...
2
votes
0answers
264 views
Error with bundled Mono runtime in MonoMac app bundle
I've packaged my first MonoMac application! Hurrah!
I used the resulting .pkg to install the app on a test system, opened it....and nothing happend. I checked Console.app and saw the following in ...
2
votes
0answers
434 views
Does Moq mocking library for .NET 3.5 work with mono?
I'm trying to use Moq on a Mono / .NET 3.5 Project using MonoDevelop for MacOS X
I've tried the sample C# code:
var mock = new Mock<IFoo>();
mock.Setup((foo => ...
2
votes
0answers
315 views
Embedding resources in a Mono app
I'm attempting to embed some resources in my app using the following commands (run on an Ubuntu box):
resgen2 -usesourcepath testResource.resx testResource.resources
gmcs -out:Test.exe -debug ...
2
votes
0answers
861 views
Using mkbundle to port Mono GTK# app to other platforms
I'm a long-time C# developer but new to Mono and, especially, Gtk#. I have developed a small app using C# and Gtk#. I need this app to work on Windows, Linux and Mac so I decided to go for Mono and, ...
2
votes
0answers
1k views
Does Monodevelop support configuration files?
I added a file app.config to a C# mono project.
Inside the project I used
foreach (string key in ConfigurationManager.AppSettings)
{
string value = ConfigurationManager.AppSettings[key];
...
2
votes
0answers
261 views
Incorrect results when looping over recordset using Webmatrix/Mono/MySQL
I have a test ASP.NET MVC 3 web site running on Mono v2.10.2 on Ubuntu v10.04. I am using MySQL Connector/NET as the database provider.
The test page is doing a simple select query to a MySQL server ...
2
votes
0answers
781 views
Calling MonoTouch Library from Objective-C
I am using this article as a guide to call into a MonoTouch library from within an Objective-C application. We have an existing iPhone application and an existing c# library which we need to bring ...
2
votes
0answers
798 views
Problem with gdk.Pixbuf in gtk# Mono
I'm creating a small drawing program in Mono gtk# and using the Cairo graphics library. I'm coding and compiling on a MacOs X system. I have a drawable object which I put into Pixbuf at a certain time ...
2
votes
0answers
617 views
Mono: problems trying to read a connectionString from web.config
I'm fairly familiar with the .NET side of things, and am trying to do a little coding with Mono.
I am used to reading in Connection Strings from web.config using ...
2
votes
0answers
437 views
scratchbox arm cannot execute c compiled program
Hi i set up a scratchbox with a arm-linux-gnueabi-gcc toolchain and qemu emulator.
When i want to run inside scratchbox [sbox-arm:/]> a ./configure script (from a mono tarball) i am getting the ...
2
votes
0answers
225 views
How to separate static content on ASP.NET MVC in Apache mod-mono
I have already a project that built top of the ASP.NET MVC 2.0 and it's working.
I tried to run it on Ubutuntu 10.4 Server on Apache2 and Mod mono.
As you know, when you created a new project on ...
2
votes
0answers
260 views
How to send a post request to a Gtk WebView?
This is basically what I've got.
var webview = new WebKit.WebView();
content_area.Add(webview);
var request = new NetworkRequest("http://example.com/resources/1");
request.Data.Add("description", "a ...
1
vote
0answers
21 views
Build Failed - Mono C ASM project
Im using Mono C for my ASM project. I am using Mac.
I compiled a simple statements with ASM but it builds with error saying Build failed .
Here is my code!
#include <stdio.h>
int main ()
{
...
1
vote
0answers
33 views
Mono + Linux + SQlite-> bad practice -> result unable to open database file
found and interesting problem :D
As many asking around why in Mono + Linux sometimes happens "unable to open database file" while opening SQLite database.
Well after few days we found a problem ...
1
vote
0answers
32 views
Integration Testing ServiceStack on MonoDevelop(Xamarin)
Hi I'm new to Mono and ServiceStack, and I'm having trouble running integration tests on Xamarin Studios on OSx.
I'm following the examples here AppHostListenerBaseTests.cs, but I can't get the test ...
1
vote
0answers
63 views
Mono 2.10.12 VB.Net compiler not found
I have installed Xamarin Studio and Mono 2.10.11 on my mac, then i have started a new project ASP.NET VB, and when i started that a popup was showed about an update to mono 2.10.12, i installed it but ...
1
vote
0answers
26 views
xamarin account plugin not visible in visual studio 2010 professional
I used to work on monodroid in visual studio 2010 prof . But from past two days I am not able to find xamarin plugin in my visual studio. I dont have any clue as to what happened.
Is there any ...
1
vote
0answers
44 views
OpenFileDialog is breaking mouseState
Basically when I try to create OpenFileDialog, by clicking a specific area in the "game", my mouseState, is kept being "Pressed" even though I've released it.
OpenFileDialog dialog;
protected ...
1
vote
0answers
33 views
Asp with Jquery wont work
i am try to write with Mono a little Asp site including JQuery.
If i add a normal Html element like this:
<input name="test" type="text" size="30" maxlength="30"></input>
it works very ...
1
vote
0answers
139 views
Mono The task has not finished yet
Using Task, await or Task.WhenAll always return System.InvalidOperationException The task has not finished yet
I tested the same application in Windows and all runs ok.
Another problem I found is ...
1
vote
0answers
37 views
Cross-platform settings / preferences implementation in Xamarin & Mono
In an earlier question, some good solutions were suggested for implementing a cross platform solution for managinging user preferences / settings in a cross-platform manner.
While I can roll my own ...
1
vote
0answers
62 views
Xamarin : using native libraries exception recived
So I am new to Xamarin and android development , i have created a shared library that is written in C++ , compiled under armv7eabi (using Atollic GCC) , but i am having issues using the shared library ...
1
vote
0answers
52 views
How can I show the Title and Legend of a ZedGraph when running application on Mono on Mac?
I have a Winforms application that we are getting to work on Mono so we can run it on Mac. The application makes heavy use of ZedGraph, which is written entirely in C#.
ZedGraph works perfectly on ...
1
vote
0answers
85 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
vote
0answers
43 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]: ...
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 ()
...
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 ...
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 ...
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 ...
1
vote
0answers
146 views
500 Internal Server error when trying to pass messages between SignalR self-hosted server and client
I'm trying to work up a simple example of a SignalR self hosted server on a Mono solution to demo to our executive department. I've followed the github example code, and I have half of the ...
1
vote
0answers
79 views
Using mono on linux (Ubuntu) c#
I'm trying to run a c# program on using the gmcd command on linux using:
gmcd Main.cs
I get the same error 8 times;
Main.cs: error Cs0246: The type or namespace name 'UtilLib' could not be found. ...
1
vote
0answers
155 views
Mono for Android / MonoTouch System.Net.WebException: Request aborted
When I use the following code for a request to a FTP server.
If the request failed I get an error. I don't know why.
Code:
try
{
FtpWebRequest request = ...
1
vote
0answers
47 views
Terminal dies in OSX after opening serial ports
Executing this code works as you'd expect, but the terminal session gets wonky as the method returns.
It does work from MonoDevelop (and I have something similar in Windows with no problem), but when ...
1
vote
0answers
130 views
MonoDroid: Unhandled Exception Recovery
I'm trying to add a default handler to my application so I can recover from otherwise unhandled exceptions.
I've found three mechanisms provided by Android/MonoDroid that, as far as I can tell, ...
1
vote
0answers
20 views
multiple dll repositories / GACs in Mono
My Linux distributions installs Mono and a bunch of related libraries into /usr
Unfortunately this version of Mono is slightly out-of-date and does not allow for the installation of F#. I thus have ...
1
vote
0answers
52 views
Cannot deserialize JSON when subclassing UIButton (JSON.NET)
I'm using json.net to parse some properties.
I was now trying to use it for a class which derives from UIButton:
public class JsonButton : UIButton
{
public String ItemId = "";
public ...
1
vote
0answers
110 views
monodroid 4.6 breakpoint not hit
I'm using Mono for Android version 4.6.00049 with Visual Studio. I am debugging on a USB-attached Google Nexus 7.
I was able to break into the app being debugged. After installing the latest Mono for ...
1
vote
0answers
41 views
mod_mono reboots server process every minute, on the minute, citing file changes as reason
Running mod_mono server 4.0 on Fedora 17, every minute, on the minute, mono reboots itself, citing file changes as the reason for rebooting, despite the fact no files have been made.
On occasion but ...
1
vote
0answers
74 views
DNS Refresh Timeout with Mono
Although the current Mono project's ServicePointManager class has the DnsRefreshTimeout property enabled into its interface. The related property isn't implemented.
Sample call:
...
1
vote
0answers
67 views
Mono Android tracking application unexpected crashing background
We are currently in the testing phase of a simple mono for android location tracking app. The application selects an ‘entity’ to monitor and fires up a service inheriting the ILocationListener class. ...
1
vote
0answers
81 views
Mono error format exception but not on windows
Any reason why I get this error on Mono but not on Windows?
Unhandled Exception: System.FormatException: Invalid format string
at System.DateTime.ParseExact ...

