0
votes
2answers
105 views
“Mono Debugger” not shown in MonoDevelop “Attach to Process” dialog
I'm running MonoDevelop 2.2 Beta 1 with Mono 2.4.2.3 on Ubuntu 9.04 x64. I've compiled it all from source (had to, since it's a beta version). I have both GDB and MDB debuggers installed. When I open …
2
votes
4answers
58 views
can any ASP.net app (or most of them) be made to run under Linux using Mono?
in other words, now that we have Mono, has C# become just as OS-agnostic as Java when it comes to server-side web applications? Or are there still big limitations having to do with what Mono …
13
votes
13answers
2k views
Viability of C#/.NET as the new standard game dev platform?
For a long time now C++ has been the dominate game development language. Many AAA quality 3D engines are available to fit any budget.
My question is, with the rise of XNA, has C# and the .NET …
0
votes
2answers
225 views
Mono and window.external
This will be a Windows Forms application deployed through ClickOnce.
The plan is to use the WebBrowser control to expose a web application that makes use of Active-X controls. Using window.external …
2
votes
4answers
105 views
Cross-platform open-source asychronous HTTP and DB with C#
Does anyone know of a good resource for open-source libraries for asynchronous C# (or native stuff to the language). I'm interested in anything on this topic, but I'm specifically looking for stuff …
2
votes
2answers
42 views
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.
…
1
vote
1answer
20 views
SqlMetal fails to create DBML from Sqlite Database
I'm trying to use the new Mono 2.6 SqlMetal tool to create the DBML file for a simple Sqlite Database. The schema is really simple as follows:
CREATE TABLE Tags (
Id INTEGER PRIMARY …
2
votes
3answers
78 views
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 …
2
votes
2answers
80 views
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 …
2
votes
2answers
324 views
Ubuntu 9.10 + MonoDevelop + Debug + NUnit
I am a Linux noob and I would like to debug a unit test.
If I run my test in MonoDevelop it goes green but if I try to debug everything freeze and I have to stop the debugger. My breakpoint on first …
0
votes
2answers
18 views
Installing mod_mono may uninstall the PHP Apache module. Apparently they cannot co-exist
Why is it that installing mod_mono may uninstall the PHP Apache module? Apparently they cannot co-exist.
What is the reason? Does anyone know why?
1
vote
1answer
81 views
Running F# on Mono [closed]
Possible Duplicate:
How to get F# working with Mono?
Will future versions of F# be made available for Mono? Is the current version?
0
votes
1answer
26 views
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 …
0
votes
1answer
30 views
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: …
0
votes
3answers
27 views
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 …
