mono

Is there a way to develop C#/.NET on Android devices?

Hi, I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using. The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists,...

How big is an Objective-C iPhone app vs. a MonoTouch app?

I am considering using MonoTouch for some iPhone development, but payload size is an important factor. For a user who has never installed Mono on their iPhone before, what would the size of an Objective-C "Hello World" app be compared to a MonoTouch "Hello World" app? More specifically, what is the approx. number of bytes that need to ...

How to prevent a GTK# child window flashing up the Gnome panel in a fullscreen mono/GTK# app

Hopefully the title gives some indication, but what I'm trying to do is create a clone of Q10, a pretty nice text editor for Windows which has no existing Linux or OSX version. Q10 runs fullscreen with a very bare interface, so that you can concentrate on what you're writing without other windows or alerts distracting you. http://www.baa...

Mono wsdl utility fails to process eBay's WSDL file for their SOAP API

I'm getting this error from Mono's wsdl utility while trying to process eBay's WSDL file - ( http://developer.ebay.com/webservices/latest/eBaySvc.wsdl ) $ wsdl eBaySvc.wsdl Web Services Description Language Utility Mono Framework v2.0.50727.1433 Error: XmlSchema error: Ambiguous element label which is contained by -any- particle was d...

DbLinq and Mono 2.4: Working Together?

Hopefully this is a silly question and there's really a simple solution somewhere out there but... Has anybody successfully gotten DbLinq to play nicely with Mono 2.4 on Mac OS X 10.5? I've got my SQLite database ready but for the life of me, I can't find sqlmetal to generate my objects. I'm guessing I might have to download a previo...

Is INotifyPropertyChanged supported by Mono?

I'm currently developing an application that should be able to run under the standard .Net Framework as well as under Mono. I was wondering if I could safely implement INotifyPropertyChanged in my business model and that the Mono Framework would pick it up without extra effort? Is the support of data binding good enough in the Mono Fram...

HTTP 500 error in Apache/mod_mono but not in xsp

My ASP.NET MVC application has been successfully ported to Mono. It works very well in xsp on port 8080, including the OpenID authorization process which is relying on RPX. In the process, the website makes some calls to RPX API (https://rpxnow.com/api/v2/...) in the background. At first, it triggered a HTTP 500 error in xsp. The problem...

url rewriting for asp.net under mono xsp2

I'm trying to do some asp.net development on a Mac right now and i'm having trouble finding a urlrewriting library that works fine under mono (and the xsp2 webserver) Of course you could write your own, but i have a bunch of rules already created and i dont want to rewrite(!) them in code if dont have to. i've used UrlRewriter.Net in t...

Mono Winforms Problem

Hey , does anyone know why a winform application in windows, reaches via the ending program flow , to the point : this.close (of the main form) , closes the application normaly in windows , but in Mono the windows get stucked... ? ...

Experiences of Mono web development in OSX

Hey guys I'm a .NET web developer and just bought a new Mac. I'm interested in developing, and debugging .NET in OSX, but I'm not interested in deploying to OSX. Although, in the future, I will be interested in deploying to Linux. What are your experiences with Mono web development in OSX? In particular, how does it compare in terms ...

Would you trust mono as a platform to build an startup?

I got "The question you're asking appears subjective and is likely to be closed." but you can answer YES or NO. -- edit: Subjective questions are those typically answered with an opinion, so what's so bad about asking the opinion of the community? Also BTW, I'm asking for your opinion, your opinion doesn't depend on the nature of my pro...

.NET 2.0 webservice not returning DataTable

I have a webservice method defined as so: [WebMethod] public DataTable GetResponseCodeTypes() { // connect to database and retrieve results, // then populate and return a DataTable } The method has been verified via the webservice test form and returns a DataTable as expected: <?xml version="1.0" encoding="utf-8"?> <DataTable xml...

Compile Using MONO - C# with Reference To A C# Library?

Hi there, I have a C# library (DLL) // ProgramLib.cs // using System; namespace ProgramLibrary { public class Lib { public Lib() { Console.WriteLine("Lib Created"); } } } And I have the following console program // Program.cs // using System; using ProgramLibrary; class MainClass { ...

Writing .NET for Windows via Linux and Mono

For a long time now, I've largely developed using open source languages, toolkits, etc. on Linux and Mac. A new project, though, is about to shove me into the .NET world. Moreover, a .NET world whose products will be deployed to a Windows infrastructure. In my mind, I made the assumption that I wouldn't be able to develop for this platf...

C# Gtk NodeView, how to refresh

I am tinkering with treenode widget in Mono. When I have changed the node it dosnt refresh immediately. I only refreshes when I change the selection of the nodeview. How can I force it to refresh immediately after the change? ...

Running ASP Classic and .NET on Linux

I'm looking at a product that was coded in a mix of .NET and ASP Classic. I'm wondering if it's possible to get this running in Linux? I've heard of Mono (which can supposedly run .NET on Linux) and Sun Java Web Server (which can supposedly run ASP Classic on Linux). Are there any other technologies that you would recommend? Also, are t...

Writing .NET object in C?

Is there a way to write an object in C/C++ that can be used from .NET? I would like to do it in a most simple way, the one used to extend basically all other languages, i.e. write an object in C, conform to the interface required by the language runtime, use the object from the language. ...

In which language is each Mono component developed?

According to Wikipedia, Mono has three main components: Core components Mono/Linux/GNOME development stack Microsoft compatibility stack I want to know what the language or technology each one of those components is developed in. EDIT: I know that the some portions of the project is developed in C#, especially the old ones, but I ...

mod_mono stability issues

Hi, I've read several stablity issues with modmono under high load. The root of the problem is GC and the solution is restarting modmono every n hours, and n should be decreased based on error frequency. I'm planning to develop a heavy load site with mono (I've .net experience and a little java), and I've fears based on this issues lik...

mono compatible mail library? (IMAP)

I quickly put together some code with KoolWire It isnt mono compatible according to MoMa. What lib can i use that is compatible with mono? or at least a mono equivalent thats very easy to implement. ...