mono

Mono.Simd Vector3 (floats) missing?

Heya, I'm trying to use Mono's SIMD to handle coordinates(X,Y,Z) in my project, but I only see support for Vector2 and Vector4 types. Has anyone run into this before, and are there any workarounds? Thanks in advance. ...

How to put a C# programm (ex WPF or WF or with Mono) under desctop Icons (like a wallpaper)?

How to put a C# programm (ex WPF or WF) under desctop Icons (like a wallpaper)? I want my Old Good XP Active Desktop made by a some open source C# programm on my Win 7!) Something like this - Fences . They have there "windows" appearing underneath icons. I do not want to manage Icons - just put my window under them... BTW any one know...

Extensibility via Mono.Addins or MEF

I have some experience with Mono.Addins, the extensibility framework heavily used in the Mono project. I am aware that Microsoft has recently developed their own extensibility framework by the name of MEF, as well as released it as open source. I am wondering if it is worthwhile to use this extensibility framework. If someone familiar wi...

mono AOT on Windows exe gives me an DLL

I'm on Windows and I'm trying ahead of time compilation on Main.exe that's been compiled with the Mono C# compiler gmcs (also tried mcs). >mono --aot Main.exe Mono Ahead of Time compiler - compiling assembly C:\test\Main.exe Code: 21 Info: 4 Ex Info: 8 Class Info: 30 PLT: 2 GOT Info: 6 GOT Info Offsets: 8 GOT: 12 Executing the nati...

System.UnauthorizedAccessException on RHEL4/Mono x86_64

Hi, I am using mod_mono 2.4.2.3 and Apache 2 to host a web application. This application tries to generate a temp image on its temp folder, but it gives me this error: System.UnauthorizedAccessException: Access to the path "/opt/franquia/hlrgw/Frontend/tmp/ctl00_ContentPlaceHolder1_ZedGraphWeb1f3c01ca1-bb4f-4b5b-9063-eebf0bb3281b.png" i...

Monodevelop fails to startup on ubuntu?

Hey guys, I'm a Linux noop, and I was trying to get monodevelop up and running on my ubuntu 7.1 box. I added the Universal repository (or something, I don't really know) to my repository, and then issued apt-get install monodevelop. It was easy and quick. I now have mono and monodevelop installed on my machine. Now, each time I try to l...

How can I prevent the referencing of a certain assembly when running in Mono.

I know how to branch the code based on Mono (Type.GetType("Mono.Runtime") != null) but even when the Mono code path is taken, Mono is attempting to load assemblies that would be required by the non-Mono code path. This is not all that surprising, but how do I get around the problem? I have tried putting the call to the non-Mono assembl...

Objective C <-> Mono bridge

I'm considering writing a cross-platform desktop app, initially for Mac/Windows, but eventually for Linux as well. Currently, I plan to structure it like so: Mac UI using Cocoa/Objective C/Interface Builder Windows UI using WPF In future, Linux UI using GTK# Business/data access layers in C# - i.e. .NET on Windows, Mono on Mac/Linux ...

Code coverage using mono and nunit tests

Hello, I'm trying to test a file (Account.cs) using testfile (AccountTest.cs). I run OSX 10.6 with Mono Framework (and nunit-console). Below is Account.cs namespace bank { using System; public class InsufficientFundsException : ApplicationException { } public class Account { private float balance; ...

Choice of Linux

Which version of Linux would be my best choice if I want to use it as a development platform for both JEE and MONO? ...

Does SubSonic run under Mono?

Has anyone deployed SubSonic on Mono? ...

does mono run on 64-bit linux? any issues?

I need to run/develop a mono-based application on a new dedicated server, and the ISP I usually use only offers 64bit Linux (of which I'll take Ubuntu) Is there any problems running mono on this configuration? ...

Mono source code walkthrough / tutorial

I checked out the Mono source code, and searched all files for some of my favorite .NET classes with no results. I'm pretty lost and I want to know: In which language Mono is written? Where are, in all those folders, the source files with the equivalent .NET classes implementations? It's easier to build it in Windows or Linux? ...

Does Mono have the equivalent of ILDASM?

Is there an equivalent of ILDASM for Mono? ...

Precompiling ASP.NET MVC on Mono with Web Deployment Project

I am trying to precompile and deploy my ASP.NET MVC application from Visual Studio 2008 to a server running Mono 2.4 using a Visual Studio 2008 Web Deployment Project. Whenever I go to the website, however, I get an error message: This is a marker file generated by the precompilation tool, and should not be deleted! Has anyone...

debugging c# in the command line

Hello. Just for fun, how close can we get to debug an application in C# using only the command-line out-of-the-box? No other software, just the command-line. That is, for instance, is there a way to peek at the values of variables, interact with output, etc. like the VS debugger does? EDIT: And just for completeness' sake, here is the m...

What Alt.Net Solutions have you ported to Mono / Linux?

I hope to gain insight on what has already been accomplished, and what pitfalls you experienced along the way. UPDATE: From Mono Project, there are numerous applications listed such as Unity 3d, SWFDotNet, VistaDB, and even paint-mono(Paint.Net) but there are no OR/M's or IoC listed. ...

How to use F# with mono on linux?

I have had difficulty figuring out how to use F# on Linux - I would really appreciate help. ...

What elements of .NET are missing in Mono?

I mean library and syntax of C#. ...

Is Mono appropriate for developing servers?

Is Mono appropriate for developing server applications, or only desktop applications? I'd like to develop server applications in C# for Linux. I want to write a First Person Shooter (FPS) game in C#/XNA, and I've a Linux dedicated server. But this question is generally for all types of server applications... ...