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) 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...
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...
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...
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...
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...
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...
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
...
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;
...
Which version of Linux would be my best choice if I want to use it as a development platform for both JEE and MONO?
...
Has anyone deployed SubSonic on Mono?
...
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?
...
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?
...
Is there an equivalent of ILDASM for Mono?
...
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...
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...
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.
...
I have had difficulty figuring out how to use F# on Linux - I would really appreciate help.
...
I mean library and syntax of C#.
...
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...
...