mono

Mono compatible Dependency Injection Framework

Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)? ...

mono problems with parallel extensions

i have a program written in visual studio 2008 c# which uses System.Threading.Tasks.Paralell.For(... now i want to run it in linux environment using mono, is it possible? if so how? currently i have Mono Jit compiler version 2.4.2.3 , it cannot run the above program... ...

System.Data.SqlClient used in System.Data?

I have had that weird error this afternoon... I cannot figure out why System.Data could rely on System.Data.SqlClient. This happens in Mono under Linux, and I do not rely on SQL Server at all, by the way... Oh! It says that it's only a warning but the compiler stops doing it job anyway. Compilation Error Description: Error com...

Is MonoTouch a viable platform for iPhone development?

MonoTouch seems like a great platform for iPhone development, but I'm concerned about deploying it to the Apple Store. Are there any examples of applications built with it that are currently available on iTunes? We're starting a new project for the iPhone, and keeping the entire stack in C# would be great, but we don't want to incur th...

Developing GUI projects with MonoDevelop on Snow Leopard

I just installed MonoDevelop on my Mac (Snow Leopard). I'm a .NET developer, but have no Mono experience. I want to create a simple GUI app, but there doesn't seem to be a Gtk# 2.0 template under C#. There's one under VB.NET. I've installed the latest MonoTouch-enabled release (as I may want to try MonoTouch in the future). Should I ...

"Organize imports" in MonoDevelop

When developing for Java in Eclipse, I can hit Ctrl+Shift+O to "Organize Imports", to have the IDE figure out which libraries I'm likely trying to use, and import them automatically. Is there is a similar feature in MonoDevelop for programming C#? EDIT: I'm very to new C# and the whole Microsoft space. If there is no way to do this, h...

Is there a mono (.Net) equivalent to the Scanner-class in Java

In Java there is a nice class called Scanner for reading strings and streams of a certain format to data-structures like integers, floats,... Is there any equivalent in Mono? In .Net there is a binary-reader, but it reads the data as binaries. I want a class that read the data by parsing it from a string. EDIT: reaction on the current a...

Mono Resources for Cross Platform Development

Is there a site or repository of information about Cross Platform development in mono? Obviously I know about Moma, and the Cross Platform Guidlines and I am using the Visual Studio Tools to run and debug applications in a Virtual Machine, however since I am migrating an old application I have dozens (if not hundreds) of PInvokes to mig...

Why would a self-hosted service hang after handling one response running on Mono?

I'm having trouble with a simple self-hosted WCF service, using basic HTTP binding on Mono. When I run the service on .NET, everything works fine. When I run the server on Mono, the first request works fine, but the second request hangs, eventually timing out. To test, I ran the server on both windows and Mono and made two requests from...

mono, xsp2, npgsql Could not load assembly

Hi! I am writing web service and I have two classes: <%@ WebService Language="C#" Class="CairoParts.ProductsInfoWS.ProductsInfoWS.cs" %> using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Web; using System.Web.Services; using System....

Alternative languages with MonoTouch

MonoTouch is always mentioned along with C#. Are the framework and toolset actually limited to C#, or do other CLR languages like IronRuby and F# work as well? ...

GTK# .NET Application without requiring separate GTK# Install

I was playing around with developing C# apps using MonoDevelop on windows and found that I like using GTK# instead of winforms. However, as far as I could tell so far you cannot just embed the GTK# runtime into the application. The problem is that I would rather not have to require the end users of an app I'm working on to having to in...

Learning ASP.NET MVC on Mac OS X

I realize this is a bit insane, C# being a Windows language and all, but I want to start learning C# mostly because I'm interested in ASP.NET MVC. I work as a web developer by day and my office is completely run on *nix machines. The developers and all other staff use Mac OS X and our servers are all some variation of Linux. To be hones...

C# Baseline Resources

Time to ask the pros, since I can't find a good answer anywhere else and I'm venturing into a side of the world that I'm just learning. I'm in a primarily open source shop that has recently begun taking in a lot of internal tools and partners that are .Net based. That got me to thinking that I may be able to utilize the best of both wo...

System.TypeLoadException (WebPartsZone) in mono

I load a user control in a web page which throws an exception: this.LoadControl(someusercontrol); // throws TypeLoadException The details : System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assem...

How to create OSX Package that runs Mono application "natively" (Bootstrapper)

Instead of requiring my users to drop to Terminal and start my app via mono <x> command, I'd like to give them an experience of clicking on "X.app" and Mono runtime launches my .NET assemblies. Anyone done this? ...

ActiveX on Linux using Mono?

Hi, Is there any way for ActiveX controls to work on Linux? I'd imagine the answer is no, but just want to be sure. My company is considering a Linux port of a ASP.NET project (using Mono), but it uses ActiveX controls quite heavily, so we wonder if it's even feasible. Sorry if the question is dumb! ...

c# app compiled using mono on windows for a zero install solution?

HI, I have a simple~ish command line app written in c#. I now need to use this on a server where I cannot install the dot net framework. If I compile the app in Mono - will I be able to use it on a Windows server without the .net framework installed and without installing any mono-related files? Hopefully just drop the exe in - and i...

c# cywgwin mono mkbundle windows 7 - cannot compile file

Hi, I'm trying to follow the following post to build a c# app with mono embedded, using cygwin. I am following the guide here: http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-mk The error I am receiving is: "gcc: the -mno-cygwin flag has been removed; use a m...

Learning Mono Source Code

I am interested in contributing something to mono whether it is a documentation or what ever. As a first step, I downloaded the source tree for going through the code. However, I thought if some one would've spend enough time to understand the project structure that would help everyone here. Any one point me out where the project structu...