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.
1
vote
0answers
128 views
How to serve static content in Mono Apache MVC application
ASP.NET MVC application Page contains order header and order rows.
jquery, jqgrid, jqueru ui and some jqueru ui plugins are used.
All js files are compiled to single minified file default.js
...
1
vote
0answers
162 views
WCF with Mono - Service client works in windows but not in CentOS
I created a simple service just to try WCF in Cent OS.
I created the service client with MonoDevelop in Windows, and it worked fine. When I try to run it on CentOs (using the same configuration ...
1
vote
0answers
144 views
.Net 2.0/3.5 application could not connect to web service on Ubuntu 12.04 that force connection to TLS 1.1
I have client application written and complied in c# 2.0 successful referenced and call to my web service on local development server, using Ubuntu 12.04 and Mono but never do update. Calling to Url ...
1
vote
0answers
502 views
How to download multiple xml files in Mono for Android without heap memory corruption?
I am currently using Visual Studio 2012 IDE and I am developing an Android application using C# and the Mono for Android framework.
My question is how would you properly request your application to ...
1
vote
0answers
157 views
Mono- Using Mono.texteditor widget
I'm messing around with Mono, and trying to get a syntax-highlighting text-editor working.
I'm trying to use Mono.TextEditor. I've referenced it, and my project builds, but I always get the ...
1
vote
0answers
140 views
Using Interop.WMPLib.dll in mono # linux
i'm developing an application in windows using visual studio 2010 and c#... now i wanna compile this application in mono (installed on windows) and then run my application on archlinux (with ...
1
vote
0answers
64 views
What repo do I use to install Mono 2+ on RHEL 5.6?
I am literally pulling my hair out over here. The repo listed in Install Mono on Centos5.5 using YUM no longer exists. I have tried compiling from source, but I am getting a ton of errors. I would ...
1
vote
0answers
88 views
Difference between XmlTypeMapping and XmlMembersMapping?
XmlTypeMapping and XmlMembersMapping are the two child classes of XmlMapping.
What is the difference between them?
In particular, any idea why is the Mono code below is processing both separately?
...
1
vote
0answers
69 views
Display Web page inside a mono application
Is there a way to display a web page inside an application done with mono framework. It is a cross platform application, so it would be great if the solution is in mono. It need not be a generic ...
1
vote
0answers
410 views
monodevelop 3.0.4.2 on windows and mono.2.10.8 issues with MVC4
I'm happily bin deploying an mvc4 beta website with monodevelop to appharbor on my mac and its a nice experience.
However I decided to fire up my windows machine and use the same tooling to work on ...
1
vote
0answers
49 views
Mono-Server issues with DLL's not updating
*Edited per issue
For some reason mono is not detecting when I have made changes to pretty much anything other than the aspx markup, I have written some code, Found a bug, Killed the bug, uploaded the ...
1
vote
0answers
103 views
Debugging code compiled using the Mono.CSharp.Evaluator
I'm using the Mono.CSharp Evaluator to provide basic scripting functionality for my Windows application.
Ideally, I'd like to be able to debug and step through the scripts created in the application ...
1
vote
0answers
190 views
Trying to run XobotOs in Ubuntu 12 - fails
I was planning to build XobotOs on my machine. Before building, I wanted to execute the prebuilt version which is binaries/managed/XobotOs.exe. For this, as seen in the included screen casts ...
1
vote
0answers
199 views
WebKit is throwing exception
I installed MonoDevelop and the CLI WebKit binding in Ubuntu 12.04 and was able to add the webkit-sharp package in my references. But is I run a program the window doesn't show up and the dubugger ...
1
vote
0answers
34 views
ABBYY Mobile + MONO
I'm an student and I'm trying to develop a reader for low vision users using OCR utilities.
I'm debating to use MONO because I'm familiar with c#.
Is it possible to combine ABBYY mobile in a MONO ...
1
vote
0answers
94 views
Mono.CSharp: how do I inject a value/entity *into* a script?
Just came across the latest build of Mono.CSharp and love the promise it offers.
Was able to get the following all worked out:
namespace XAct.Spikes.Duo
{
class Program
{
static void ...
1
vote
0answers
113 views
Using a custom build of Sqlite inside a MonoMac app
I've built a custom version of libsqlite3 to fix bugs in the standard sqlite library.
The question is, how can this library (and the associated managed System.Data.SQLite.dll) be packaged inside a ...
1
vote
0answers
51 views
How do I debug the System.Web assembly from Mono, if I already have the Microsoft System.Web assembly installed on my computer?
I need to debug a Mono assembly on my Windows x64 PC.
My first idea was just loading the assembly in .NET and using Visual Studio. The assembly is System.Web. The .NET version is on the GAC and is ...
1
vote
0answers
182 views
Mono for Android - Binding Projects won't build
We are using the Facebook binding project from here: https://github.com/xamarin/monodroid-samples/tree/master/Facebook
Trouble is, my PC won't build the project (Windows 7, Visual Studio ...
1
vote
0answers
124 views
Select Mapped Devices with FolderBrowserDialog using Mono
Is there any way to allow FolderBrowserDialog to show up other devices or mapped drives in OSX? I Have a network mapped directory and it doesn't appear in the list.
1
vote
0answers
176 views
Mono SOAP request construct for .Net application causes SOAP fault
I have a .Net application which makes a webservice call to a service running on JBoss7.1. The SOAP request for one of the methods 'login' from Linux(using Mono 2.10.2) and Windows(below) are ...
1
vote
0answers
304 views
Mono on Mac OS X - Illegal Instruction 4
I'm running a C# console application on Mac OS X Lion through Terminal.app via mono. However many of my longer running scripts eventually end with a single line that says "illegal instruction 4". ...
1
vote
0answers
289 views
Mono xbuild - can I prevent it doing a rebuild all each time?
I'm using mono and xbuild to compile and debug OpenTK on the Raspberry Pi. However every time I change a single line of code by running xbuild OpenTK.sln /p:Configuration=Debug it kicks off a rebuild ...
1
vote
0answers
54 views
Mono: Error while loading one of my project files
Everything else loads correctly except for this one project file and I get this error
Error while trying to load
'/Volumes/FlashDrive/MacFolder/Alain.P1.MacOS/P1.MacOS.csproj':
Unknown ...
1
vote
0answers
217 views
Mono For Android- bluetooth Connect does not end
I created solution for bluetooth connection to datamax printer (APEX 4). I do not use threads, it simple "fire-and-forget" task.
mSocket=device.CreateRfcommSocketToServiceRecord(MY_UUID); ...
1
vote
0answers
115 views
Text to speech in Mono Console application on MacOS
I am working on a console application in C# Mono in desktop MacOS. Is there a way to execute the Mac's text to speech processor? I would like the console application to say a sentence based on a ...
1
vote
0answers
226 views
Monodroid ICS Could not open database file
I'm using SQLite-net to read/access my database and it works fine on my Android 2.2 Emulator, but when I try and run it on an ICS ROM I get the following error:
Could not open database file: ...
1
vote
0answers
149 views
Why am I encountering a memory leak when returning null and non-200 status results?
In running fastcgi-mono-server4, I have encountered a memory leak with MVC 2.0 and Mono .NET 4.0 (mono 2.10.9) when returning null and non-200 status codes. The approach i was using in my controller ...
1
vote
0answers
121 views
PayPal Sandbox Access via Mono
I am trying to use .NET 3.5 app on Visual Studio 2008, running Mono 2.10.2 and Apache (with mod-mono) to perform a PayPal payment. I am using the PayPal sandbox, and the solution works perfectly when ...
1
vote
0answers
20 views
Mono4Android Cant upload to emulator
I am using Mono4Android and I have a huge problem.
After I compiled my programm(via run), I want to "upload it to a device".
So I am starting a Emulator and I wait, but the emulator is not listed a ...
1
vote
0answers
398 views
WCF in Mono 2.10.9 performance issues
I have a simple WCF host and client which run fine in Windows but suffer extremely bad performance on Mono 2.10.8/9.
The WCF host is running in a self-hosted console app.
WCF client is also a simple ...
1
vote
0answers
156 views
How can I restart mono-Modules in iOS for Unity?
I would like to restart the engine Unity on the iPhone. For this purpose we have adapted to the AppController. We use the Unitycleanup function to quit Unity. But if we start the Unity InitApplication ...
1
vote
0answers
154 views
How can I set a transparent background in a GTK# TextView using Mono?
I have a Gtk.Window with a background image. It is filled with TextViews mostly in Paned widgets. I want the TextViews to have a transparent background. Ideally, black with half alpha, but I can ...
1
vote
0answers
152 views
sqlite on mono: calling SELECT causes ResetIndexes and index rebuilding
I'm developing a .net app that is using sqlite to maintain a database. On windows I use System.Data.Sqlite library and everything works fine. On Linux I use Mono.Data.Sqlite. When I start my app and ...
1
vote
0answers
389 views
Mono: Problems with Parallel.For
I'm using Task.Parallel class from the Microsoft Reactive Extensions (the .NET 3.5 library, not the ones from .NET 4, since my app is running on 3.5). Everything works fine on .NET, but when I run it ...
1
vote
0answers
116 views
Mono c# TextRenderingHint.SingleBitPerPixelGridFit Windows vs. Linux
We are using mono on linux and also on windows, one project that we have is to generate bitmaps with rendered text.
Because bitmaps must be in (bit per pixel format) we must omit any antialising that ...
1
vote
0answers
436 views
RegisterClass error in Unity Editor when using Mono.WinForms
I'm using Mono.WinForms to create external windows in Unity and it works great except that I get this error message each time I play the scene (but never the first time when Unity is freshly started): ...
1
vote
0answers
451 views
Generate project files for MonoDevelop using CMake
I have used Visual C++ for a while and set up my project to build using CMake. I was considering using an open source alternative IDE, MonoDevelop. However, I can't open vcxproj files using ...
1
vote
0answers
261 views
Making custom widget on Gtk with Transparency
I'm using Gtk# and mono on Linux to make a program where I am creating a slider control over a timeline graph. I have it basically working, but there is one nagging problem that I can not figure ...
1
vote
0answers
308 views
gtk#, TreeView, CellRendererSpin: Spin buttons not visible & Custom CellRenderers
I am trying to use a spin button within my TreeView.
It as added like this:
Gtk.TreeViewColumn adjustColumn = new Gtk.TreeViewColumn();
adjustColumn.Title = "";
Gtk.CellRendererSpin adjustCell = new ...
1
vote
0answers
219 views
How to backup PostgreSql database from browser in MVC2 application on Mono
Mono MVC2 application is used to backup PostgreSql database from browser.
After some time of work exception Thread was being aborted occurs (whole error message is below).
pg_dump runs but looks like ...
1
vote
0answers
82 views
MonoDevelop widgets stucked in Insensitive StateType
Once i set the state of a Button/Entry to "Insensitive":
button.State = Gtk.StateType.Insensitive;
It never goes back to the normal state during run-time:
button.State = Gtk.StateType.Normal;
...
1
vote
0answers
59 views
GTK+ - Typical containers used for several Text Entry and Combo Box widgets?
I'm doing some for fun programming so I decided to make my first desktop app with MonoDevelop GTK#. I'm trying to figure out common practices used for creating the GUI.
I have an HPaned where on one ...
1
vote
0answers
170 views
ASP.Net 4.0 AutoStart feature with Mod_Mono
Does anybody knows whether Mono (Mod_Mono) supports the new ASP.Net 4.0 feature called AutoStart?
If it supports, how can I configure Apache2/mod_mono to enable it?
If it doesn't, is an automated ...
1
vote
0answers
144 views
Alternative to embedded Windows Media Player that can be embedded in Mono
I have a Windows .NET C# Winforms application that I'm looking to port to OS-X (Lion) using Mono.
At the moment the application using an embedded Windows Media Player control to play some MP3s. I ...
1
vote
0answers
397 views
Problems converting ADPCM to PCM in XNA
I'm looking to convert ADPCM data into PCM data from an XNA's .xnb file. (So many abbreviations!)
I've used a couple of places for references, including:
...
1
vote
0answers
218 views
Jitter Physics Optimization
I am using Jitter Physics in my C# apps over mono (mono is ported over arm) using embedded platform. I was looking at techniques to optimize the jitter code, is there any way we can follow to further ...
1
vote
0answers
163 views
C# project with ImageList crashes on windows when compiled with mono on linux
I've been successfully compiling a very basic C# visualstudio project (1 button with image from imagelist with 1 item) with mono under linux (xbuild /t:Rebuild on ubuntu lucid) but when I add an ...
1
vote
0answers
112 views
Trigger the mono soft debugger at runtime
I can already debug easily using the soft debugger as a command line option (--debug --debugger-agent=transport=dt_socket,address=host:port) to mono when starting the app, but I want my program to ...
1
vote
0answers
285 views
Mono application using Console.CancelKeyPress cannot be run in background
I have a console application in Mono under Linux that uses Console.CancelKeyPress to listen for SIGINT. However, this applications refuses to run in the background, as it always immediately gets ...


