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
93 views
Extension methods on mono 2.10.8.1
I'm developing some software using visual studio where I target v4.5 of the CLR, this software is also being run on Mono v2.10.8.1
All is well until I try to use extension methods, at which point I ...
1
vote
0answers
230 views
Json ISO Date not deserialized as DateTime object
I am creating a multiplatform application that works on .net/mono and uses Newtonsoft.Json to serialize information.
All worked well until I tried to send information between the machines with ...
1
vote
0answers
110 views
Mono for Android LocationManager exception Closing Channel
I am debugging an app that is failing with GPS problems.
I have tried the standard GetLocation sample, and I receive the same error.
...
1
vote
0answers
151 views
mod_mono gives EOF errors on fresh centos install
I have a fresh install of Centos 6.3 fully updated.
I have installed mono, xsp, and mod_mono from sources. Each package compiled perfectly. They were all installed with a prefix of /usr/local/mono (so ...
1
vote
0answers
73 views
WCF Extensibility – IInstanceProvider in mono
I followed : this article and implemented it in a WCF Service.
It allows us to create a instance of a Service that doesn't have a parameterless constructor, by implementing a custom IServiceBehavior, ...
1
vote
0answers
48 views
append text to a textview
i am creating a mac osx app using mono c#, im having some issues appending text to a text view which from xcode designer is NSTextView in an NSScrollView. I have tried
chat.InsertText(new ...
1
vote
0answers
140 views
Issue porting to Mono: Failed to convert parameters due to namespace issue during deserialization
On Windows, with .NET. There is no issue serializing or deserializing the following WCF web object:
[DataContract]
public class Payload
{
public Payload() {}
public class SubPayloadOne
{
...
1
vote
0answers
96 views
Quality of OData in Mono for Android
I am looking to create some cross platform libraries. One of the most important things for me for my mobile platforms is to access web services. After doing quite a bit of reading, it seems that the ...
1
vote
0answers
156 views
Could not load type 'System.Runtime.Serialization.Json.DataContractJsonSerializer'
I am new to mono/linux and I've tried to host my existing asp.net mvc3 website on ubuntu/apache2 using mod_mono. Everything goes ok except the calls to a ServiceStack service which seem to fail when ...
1
vote
0answers
118 views
ObjectDisposedException when selecting DataGridView cells?
I think I have found a bug in mono, but I have not isolated it completely, I need help to isolate my problem.
To reproduce this error
run csharp HelloWorld.cs
click any cell
modify the contents of ...
1
vote
0answers
170 views
nginx + multiple instance of fastcgi-mono-server = WebResource.axd error
I'm running nginx which does load balancing over several instances of fastcgi-mono-server4 configured upstream.
Apparently when a webresource link is handled by a different fastcgi-mono-server than ...
1
vote
0answers
88 views
Export IOS build (IPA) from “Mono for Android” Application
I am trying to build a crossplatform test application. I have downloaded all tools required for "Mono For Android" & created a test project in MonoDevelop IDE. Its runs on Android Emulator. Now ...
1
vote
0answers
128 views
Is there any advanced console test runner for xUnit.net
I am searching for an advanced console based test runner for xUnit.net. The requirements are:
It should be able list all executed tests
It should be able to list all tests within an assembly
You ...
1
vote
0answers
70 views
Perfomance tool for mono application
I've some questions about mono application development.
I'm developping a Monotouch application for IOS device.
I develop with Monodevelopp IDE on macOSX environment so I can't use ressource monitor ...
1
vote
0answers
87 views
Getting null reference exception while populating data in listview
I want to build custom list adapter for listview. I referenced the code from http://www.wrox.com/WileyCDA/
I am using mono for android.
I have class like this:
namespace AnimalList
{
public ...
1
vote
0answers
117 views
How can I get HTML output from NBoilerPipe?
NBoilerPipe is a Mono port of the BoilerPipe Java library. I've managed to get this working in .NET 4 without too much trouble (a few library references needed fixing/etc). However, searching through ...
1
vote
0answers
50 views
Using webview video players controls in monotouch
I am loading a video into a webview in my monotouch iphone project.
My problem is that the iphone places the native iphone video playback controls over the video.
The controls of the webview video ...
1
vote
0answers
119 views
Exception when running WCF service on Ubuntu by Mono
there
Runtime Context: I write a simple WCF console application by VS2012,running smoothly on Windows, but exception happened when try to run it on Ubuntu by mono
Mono Version: 2.10.6
Exception:
...
1
vote
0answers
46 views
Accessing a SQL db from an Apache/Mono server
I have an Apache Server running Mono for a .net site (it's a mess). The SQL database is hosted on web.com, on a virtual IIS server.
My connection string works when the site and the DB aren't ...
1
vote
0answers
87 views
WCF/REST - System.ServiceModel.Activation
Is there anyone who can help me?
The fact:
I'm using Mono 2.10.9
I'm building a WCF-REST based WebService
I need System.ServiceModel.Activation.ServiceRoute
That class is contained in ...
1
vote
0answers
168 views
Visual Studio - Targeting Pack for Mono?
Is there any where I can download a targeting pack for the Mono framework? The only thing I've found so far is this blog:
http://erictummers.wordpress.com/2012/01/25/target-mono-from-visual-studio/
...
1
vote
0answers
135 views
opentk to opengl System.NullReferenceException
I followed the steps outlined here in the tutorial
http://www.opentk.com/doc/chapter/0, and then tried the more expansive setup.
However, I can not run any code with (I think) OpenGL.
The example ...
1
vote
0answers
86 views
Porting Game using MonoGame to OS X: Strange color issue
I have my game project running in MonoDevelop using MonoGame on OS X, but the colors in the game are very mixed up. For example, yellow is shown as blue. What could be causing this? My game is ported ...
1
vote
0answers
124 views
Debugging Unit Tests in MonoDevelop 3
I'm getting an exception:
Null Ref > Stack Trace (System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke( {yadda yadda} )
when I try to debug unit tests in MonoDevelop. I'm running MonoDevelop ...
1
vote
0answers
27 views
how to check thread is finished on OSX
Im currently doing some experiments with mono. On OSX (MBP mid 2010) i encountered a strange error, all threads return true for isAlive and false for Join(1) even if they are clearly finished.
1
vote
0answers
687 views
Mono on Ubuntu MySqlConnection.Open resulting in System.OverflowException
I am trying to get the demo from http://www.mono-project.com/MySQL working on Ubuntu 11.10, using Mono 2.10.5.
Installed MySQL v2 drivers (after renaming) to the gac. Added provider a line to the ...
1
vote
0answers
106 views
Mono (mod_mono) & Apachen Debian doesn't process aspx page
I'm trying to develop a simple website and deploy on Apache + mod_mono+ debian.
Apache fails to render the aspx pages with a compiler error. Here's is the aspx code and error details .
...
1
vote
0answers
81 views
exception in mono using mvc3 and mysql.data
I get the following exception when attempting to instantiate a new MySqlConnection in an MVC3 app built on top of Mono (mono v 2.10.8.1, app is compiled for .NET 4)
Invalid IL code in ...
1
vote
0answers
239 views
C# Windows Form Program on ARM Linux based on QT with MONO
Command Link Programme is Ok.
When I run Windows Form Program, Error message shows:
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for ...
1
vote
0answers
398 views
Mono: WCF Service Timeout with basichttpBinding (Mono 2.10.8.1)
I'm having WCF Client with basicHTTPBinding. That is working fine when running in Windows. but when running from Mono (Debian 2.10.8.1-5, Mono JIT compiler version 2.10.8.1) I immmediately get a ...
1
vote
0answers
130 views
In Mono For Android, when specifying an mp3 file in OpenRawResourceFd, it plays the wrong file
I have a serious issue with Mono for Android (4.2.5).
I have a few mp3 files in my RAW folder, all set as AndroidResource.
This is my code:
...
1
vote
0answers
315 views
monodevelop entity framework integration
I have the last git of mono & monodevelop which support entity framework.
I can add the reference in my project but it seems that monodevelop do not generate edmx file from database.
Do you know ...
1
vote
0answers
150 views
Mono/Linux and wininet.dll
I've got a commandline C# program that compiles and runs fine using Visual C# 2010 and Windows 7. It also compiles and starts fine on Linux/Mono (2.10), but then sits there. (The program is using a ...
1
vote
0answers
68 views
How to return authorization error to jqgrid if Authorize and HandleJsonexception are used in DynamicGridData
[HandleJsonException] and code from Oleg answer in
ASP.NET MVC 2.0 Implementation of searching in jqgrid
are used to show error to users in ASP.NET MVC2 applicaton.
DynamicGridData method is also ...
1
vote
0answers
122 views
Android, how do I release a file lock from a file that I have deleted
I need to delete and recreate a directory in my Android (written with Mono) app when the user wants to change log in details. I delete the directory thus:
Directory.Delete(AppDataFolder, true);
...
1
vote
0answers
107 views
How to clear OutputCache in Mono MVC2 application
AddCacheItemDependency is used to clear OutputCache in Mono Apache MVC2 application using code below.
This is described in Clearing Page Cache in ASP.NET
In Mono, OutputCache is not cleared.
Looking ...
1
vote
0answers
107 views
How can I profile a MonoMac application?
I'm trying to grab some profiling information from my MonoMac application, but can't get it to work, I have tried this:
MONO_ENV_OPTIONS="--trace --gc=sgen --profile=log:heapshot" ...
1
vote
0answers
121 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
150 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
142 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
471 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
153 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
129 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
135 views
How to generate delegate type from method reference?
I'm trying to generate delegate type from MethodReference, but PEVerify keeps saying my type isn't valid.
Here's my code:
TypeDefinition CreateDelegates(TypeDefinition type, MethodReference ...
1
vote
0answers
60 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
85 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
65 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
408 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
48 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
99 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 ...
