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
0answers
57 views
DirectoryInfo.GetFiles limitation on < 2GB files with MONO
I'm suffering from a really strange behaviour with my website based on asp.net hostet on my linux mono server. The following code:
DirectoryInfo rootdir = new DirectoryInfo(FileFolder);
...
0
votes
0answers
38 views
C# Mono Console.ReadLine quitting
I am building an application with MONO (C#) on linux mint 14 but i have some issues. I have enabled external console in the options and while debugging it's working quite well but after deploying ( ...
0
votes
1answer
46 views
Is it possible to control System Volume, and Get network information, Battery information on VB.Net with Mono
I was wondering if it was possible to be able to control/get the system volume, get network information (i.e is it a wired or wireless connection, name of network, etc.) and get battery information ...
0
votes
1answer
36 views
ASP.Net Mono HTTPHandler stops processing a request unexpectedly
I am not sure if the question is clear enough but here is the problem, I ran this code in a generic handler in a ASP.Net Mono project, no matter how many times I run this code the loop never crosses ...
0
votes
0answers
15 views
is it possible to use GTK SourceView in GTK# / mono?
is it possible to use GTK SourceView control in c# application written using mono / GTK#?
I did only find 2 empty repositories under github and links that are linked from mono official pages are ...
0
votes
1answer
36 views
how to translate passing a listener in a java example to .net in monodroid
Using a monodroid java bindings project of Android Universal Image Library, how would I translate this from java to .net? Can I pass it in a lambda for the loading listener?
The Java code example
...
0
votes
1answer
33 views
Why doesn't DataReceived work on Mono?
I am wondering why DataRecevied (or ReadChar()) haven't been implemented in Mono. I couldn't find anything on the notes for the 3.x beta and both are old known issues (The first is even mentioned on ...
0
votes
1answer
22 views
Dynamically choose api in mono for android
Is there any way to detect the current version of android and use one code path for one version, and another code path for a later version?
Something like ClipboardManager, there is a new version in ...
0
votes
1answer
46 views
Does anyone know what is this error when I try to compile on MonoDevelop?
When I try to compile the solution I got this error:
Error CS1902: Invalid debug option `+'. Valid options are `full' or `pdbonly' (CS1902) (TAG)
See the error from IDE:
More about this error:
...
0
votes
1answer
26 views
NSUserNotificationCenterDelegate methods not called on only one machine
I'm trying to use NSUserNotificationCenter. I'm able to deliver notifications successfully. I'm using the ShouldPresentNotification callback on NSUserNotificationCenterDelegate to present ...
1
vote
1answer
49 views
servicestack service on mod_mono / apache not found
I have a simple ServiceStack web service that I have working on my Macbook with xsp. With a browser I can view the metadata page and the service is working.
I just installed mono, mod_mono, xsp on a ...
0
votes
0answers
83 views
C# console application developed with mono runs on windows but not on ubuntu
I wrote a C# code to bring the attendance record from a finger print device using Xamarin studio it runs when I click Run => Run with => Mono 3.0.6 from the menu and also it runs when I double click ...
0
votes
0answers
26 views
Passing a socket to another application on Mono
I haven application which, at some point, needs to pass a socket to another application. To do this, the application calls DuplicateAndClose() on a Socket object, then serializes the SocketInformation ...
1
vote
1answer
41 views
deploy sql+winforms application on Linux/Ubuntu while development server is still windows
I have a very limited knowledge for Linux/Ubuntu platform.
There are some requirements coming though for me to deploy a version of our desktop application on either of the above platforms.
With the ...
0
votes
0answers
38 views
Update Mono via CentOS
Hello i have CentOS and im trying my damnedest to update Mono i have version 1.2.4 at the moment some how, and im trying to compile something via xbuild and it isn't working im thinking because im ...
0
votes
1answer
168 views
ASP.Net with nginx/Lighttpd/mono/fastcgi on Windows
I need to run a web server (nginx or lighttpd) on Windows in order to serve the basics requirements for an ASP.Net application. I'm trying to use the fastcgi-mono-server4 from mono 2.10 for windows ...
0
votes
0answers
36 views
How to restart Apache with an ASP.net server application (.asmx)?
I'm trying to write a method for my server application, which restarts Apache, in C#. I develop with Xamaria (resp. Monodevelop) and my code looks as follows:
[WebMethod(Description = "[VOID] Restart ...
1
vote
0answers
128 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 = ...
0
votes
1answer
131 views
Mono and WCF Net.Tcp Binding on all IP Addresses
As mentioned in this article, in .net it's possible to bind a web service to all ip addresses using the "address" 0. However, this doesn't seem to work with mono (version 2.10.8.1).
Here is my ...
0
votes
1answer
31 views
How to read and write to files in Mono
I am using Mono on Ubuntu 12.10. My application requires reading and writing from a text document and checking if specific files exist. I can't determine whether or not Mono supports this, but the ...
0
votes
0answers
32 views
mono running under apache “cannot find type”
I have a simple c# app, that runs fine when running in Monodevelop in Mandriva 2011, however when I use deploy in monodevelop to run it behind apache, I get the error "Cannot find type" the type it is ...
0
votes
1answer
53 views
Parser Error Message: Assembly 'Npgsql, Version=2.0.12.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' not found
I am trying to use Npgsql to connect to POSTGRESQL datatbase from C# webservice which i deployed on Linode - Debain 6.I have dumped the project files along with the bin which has Npgsql.dll and ...
2
votes
2answers
64 views
System.Threading.ExecutionContext doesn't implement interface System.IDisposable
In our application we are currently moving to System.Threading.Tasks.Dataflow to manage all communications. But now each time we use our Network Client/Server classes in any custom ...
0
votes
0answers
48 views
Where are specific “assemblies” in Mono?
So, after asking for some help over at the Unity forums, I was told to try dropping in specific assemblies/dependencies from Mono into the my Unity project. Unfortunately, I'm not quite sure what ...
0
votes
2answers
60 views
MonoDevelop : “The number of bytes to be written is greater than the specified ContentLength”
I'm trying to develop the sms sending app but it gives an exception "The number of bytes to be written is greater than the specified ContentLength"
here's the code
using System;
using Gtk;
using ...
0
votes
1answer
165 views
Gwan mono : calls to Gwan c# API dump core
I'm investigating gwan and am trying to run c# samples with mono, but encountered some problems.
hello.cs dumps core as soon as c# Gwan API (wrapped) is hit. Samples with mono work ok unless Gwan API ...
-1
votes
0answers
40 views
Why I can't run android app that made with mono Android? [closed]
I'm using mono android with MVS 2010. I made app, I can run it on my mobile. But when I installed the apk file into another one, it crashes. I already did SDK and Assemblies attach in properties. Am I ...
0
votes
1answer
34 views
Embedded mono + app.config
I have embedded mono in a c++ program and loaded a dll which requires an app.config. I am getting this kind of error, does someone have an idea on how to ship *.config with an embedded mono ?
The ...
1
vote
0answers
42 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 ...
0
votes
1answer
31 views
Nancyfx executes the route but does not return a result. (Running on Raspberry pi Mono)
Im currently running Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-5) on my raspberry pi. I compiled the nancyfx monorelease configuration from master branch.
The application starts as expected ...
1
vote
1answer
54 views
How do I add my mono Program to the startup?
I am very new to Ubuntu. I've a mono application deployed on EC2. Currently I use mono folder/app.exe to start the program.
How can I make this run when the system reboots?
Thanks in advance.
...
0
votes
0answers
34 views
Installing MonoDevelop on Debian 6.0 x64 In a Virtual Machine?
I am trying to run my bot in my Virtual Machine in which I installed a VNC so I can get the gui interface. Bu the problem I always run into is trying to get MonoDevelop installed on it so I can ...
0
votes
0answers
102 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
1answer
128 views
Running Dot Net project exe on Linux which makes use of System.Management to get USB Device information
Hi, I have created a Dot Net application in C# to get USB Device Information like DeviceID, Caption, ClassGUID etc using System.Management Namespace. I'm using the ManagementObjectSearcher Method to ...
0
votes
0answers
37 views
Linux Mono and CAN-BUS
just a small question, maybe someone can help.
I am looking for some CAN-Bus USB device and the posibility to create a C# application with mono to handle CAN-messages with the device.
May be someone ...
0
votes
1answer
131 views
YesNo Button Click Handlers on DialogFragment [Mono for Android]
I have a ListFragment that has checkboxes on it...
public class ViewOrderLineFragment : ListFragment {
public override bool OnOptionsItemSelected(IMenuItem item){
switch ...
1
vote
1answer
119 views
Simple paint application: Referencing Cairo Context on mouse movement
I am attempting to use Cairo with GTK# to create a simple painting application. The feature that is giving me trouble is the one of drawing a line between two points. After clicking on the drawing ...
0
votes
1answer
66 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
179 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
92 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
46 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
354 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
64 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
70 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
55 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
90 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
51 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
9 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 ...
