active questions tagged mono - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T17:10:11Zhttp://stackoverflow.com/feeds/tag/monohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1805203/what-does-net-add-to-windows-linux-processes-and-threads1What does .NET add to Windows/Linux processes and threads?Misha2009-11-26T19:01:35Z2009-11-26T21:08:17Z
<p>As far as I know, .NET uses Windows processes.</p>
<p>What extra state information & functionality does it add to information contained in Windows thread/process descriptors?</p>
<p>And what is different in Linux (on Mono)?</p>
http://stackoverflow.com/questions/816055/graph-database-for-net3Graph database for .NETAntonello2009-05-03T01:25:22Z2009-11-26T19:11:29Z
<p>I've been designing an application, based on .NET/Mono framework, which should make an heavy use of the <em>shortest-path in a graph</em> theories and I would like to use a native solution to traverse the nodes of the graph, instead of implementing surrogate solutions which would be hardly maintainable and would massively affect performances.</p>
<p>I've found an application which would be perfect for my scope: <strong>neo4j</strong>.</p>
<p>Unfortunately, this application is purely written in Java code and it's not portable to .NET, because of the massive differences between the two architectures.</p>
<p>Is anyone out there knows if is it there any port of neo4j or a similar solution for .NET?</p>
http://stackoverflow.com/questions/1804332/c-get-and-set-enviroment-variables-on-mono-and-possible-alternative0[C#] Get and set enviroment variables on mono and possible alternativeTheQult2009-11-26T15:30:38Z2009-11-26T15:30:38Z
<p>I got a little c# dll that implements a message queue service and on windows it runs perfectly.
To locate all the queues i use an enviroment variable stored in Machine during the installation.</p>
<p>System.Environment.SetEnvironmentVariable("PHMQ", install_dir , EnvironmentVariableTarget.Machine);</p>
<p>Now i just tryed to run it on Mono, and when the programs run it throw an exception.
The PHMQ service is not installed.</p>
<p>After 2 hours of search, i discovered that Mono doesn't really store this kind of variables it just send them to null.
(a simple text file was too simple ?)</p>
<p>So, the question is: How can i solve this problem ?
The first idea was : if is running on linux put it in a specific folder like /opt, but it's a dll, if do it in this way any program that want to use it must be executed like root</p>
<p>Any ideas ?</p>
http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu3Can't connect to MySQL for .NET application deployed in Wine using UbuntuSrikanth Mattihalli2009-11-06T10:55:41Z2009-11-26T07:52:11Z
<p>Below is the link</p>
<p><a href="http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql">http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql</a></p>
<p>which has the code to connect to a MySQL datbase from a Windows application. It works fine in Windows XP. So I have created a setup file and installed in Ubuntu using <a href="http://en.wikipedia.org/wiki/Wine%5F%28software%29" rel="nofollow">Wine</a>.</p>
<p>The issue is with the data not getting popped up in the datagridview of the application.</p>
<p>Extra information:</p>
<blockquote>
<blockquote>
<p>Wine is working fine by which i have installed small desktop application
MySql with connector,Mono IDE are already installed.</p>
<blockquote>
<p>It is even possible for me to create small applications using mono>(excluding database)</p>
</blockquote>
</blockquote>
</blockquote>
<p>Screenshot 1:
In Windows it looks like this:</p>
<p><img src="http://img27.imageshack.us/img27/1170/errorklh.jpg" alt="alt text"> </p>
<p>But in Ubuntu Linux(8.04) it doesn't show up and looks like below.</p>
<p><img src="http://img190.yfrog.com/img190/3281/31868597.jpg" alt="alt text"></p>
http://stackoverflow.com/questions/1669033/asp-net-mvc-mono-2-40asp.net mvc mono 2.4lonelycoder2009-11-03T17:50:14Z2009-11-26T07:00:06Z
<p>I am thinking of getting a $20/month VPS Ubuntu box with Slicehost.com or linode.com and running asp.net MVC on mono. Has anyone done this? I have successfully configured asp.net MVC with Apache on my local ubuntu box but I just am not sure how stable this would be? I really like the idea of root access VPS plus being able to run asp.net mvc for $20/mo would be sweet</p>
http://stackoverflow.com/questions/1798550/does-mono-support-xaml2Does Mono support XAML?the-locster2009-11-25T17:24:53Z2009-11-25T17:28:53Z
<p>Does Mono support XAML?</p>
<p>Specifically I'm thinking of switching to using XAML for new GUI work that I do but also I like to keep my personal projects compilable in Mono. Should I just stick with plain old System.Windows.Forms for now?</p>
http://stackoverflow.com/questions/1428535/mono-missing-file-gnome-sharp-at-the-momment-to-compile-the-gnome-sample-appli0Mono - missing file gnome-sharp at the momment to compile the gnome sample applicationEdwin Sandoval2009-09-15T17:28:02Z2009-11-25T02:05:35Z
<p>Latter of to create a new sample solution in monodevelop.</p>
<p>Mono -> New Solution -> C# -> Examples -> Gnome 2.0 Project</p>
<p>I found the next errors at the momment to compile the gnome sample application.</p>
<p>Building: test (Debug)</p>
<p>Construyendo solución test</p>
<p>Building: test (Debug)
Realizando compilación principal...
Compilation failed: 2 error(s), 0 warnings</p>
<p>/Projects/test/test/MyProgram.cs(8,7): error CS0246: The type or namespace name `Gnome' could not be found. Are you missing a using directive or an assembly reference?</p>
<p>Construcción finalizada -- 2 errores, 0 advertencias</p>
<p>The gnome-sharp file, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f was not found or is invalid.</p>
<p>Construcción: 2 errors, 0 warnings</p>
<p><hr /></p>
<p>Anyone know how to fix this issue?</p>
<p>My environment is: Monodevelop 2.0 (Alpha 1), Linux Fedora 10</p>
<p>[root@internet sandovaledwin]# rpm -qa mono*
monodoc-2.2-2.fc10.i386
monodevelop-1.9-8.fc10.i386
mono-core-2.2-2.fc10.i386
mono-winforms-2.2-2.fc10.i386
mono-addins-0.3.1-3.fc10.3.i386
mono-data-2.2-2.fc10.i386
mono-web-2.2-2.fc10.i386
mono-nunit22-2.2.10-7.fc10.i386
mono-extras-2.2-2.fc10.i386
mono-basic-2.2-1.fc10.i386
mono-data-sqlite-2.2-2.fc10.i386</p>
http://stackoverflow.com/questions/1794127/how-do-i-compile-all-files-in-a-directory-with-mono0How do I compile all files in a directory with mono?NotDan2009-11-25T01:39:27Z2009-11-25T01:50:56Z
<p>I want to compile a C# app with mono that consists of multiple files (all in 1 directory). What is the command that I need?</p>
http://stackoverflow.com/questions/1793013/best-practices-for-net-mono-cross-compiling5Best practices for .NET/MONO cross compilingWill I Am2009-11-24T21:23:48Z2009-11-24T21:38:09Z
<p>What are the best practices for writing code that can be cross compiled on .NET (windows) and Mono (linux)? Although I am very familiar with .NET, I am not that experienced in Mono and all its gotchas. Has anyone seen a good blog post or best practices paper on this, which I have not been able to dig up? I would be sticking with C# 3.0 level features.</p>
<p>Things that concern me is first of all Interop, since I would need to call some native code.
Next would be the best ways to handle namespaces such as Mono.XXX. Should I be using a bunch of #if? Isolate the code in per-platform assemblies?</p>
<p>Any suggestions regarding architecture and design would be greatly appreciated!
If you have had any experience in cross compiling for Linux/Mono in visual studio (any version), I would also be interested in that.</p>
http://stackoverflow.com/questions/1783660/mono-c-sockets-performance1mono, c#, sockets, performanceAdrian Serafin2009-11-23T15:01:51Z2009-11-24T12:37:58Z
<p>Hi!</p>
<p>I developed simple async server that listens to unix socket and sync client that send the some small piece of data. Time between moment when i send data from client to the moment when server receives them is completly random, from 1 to 9 seconds. I wonder why is the reason? Server is implemented as shown in msdn example here (using beginReceive): <a href="http://msdn.microsoft.com/en-us/library/fx6588te.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/fx6588te.aspx</a></p>
<pre><code>EndPoint ep = new UnixEndPoint(_fileName);
_socket = new Socket(AddressFamily.Unix, SocketType.Stream, ProtocolType.IP);
try
{
_socket.Bind(ep);
_socket.Listen(_maxConnectionsInQuee);
while(true)
{
done.Reset();
_socket.BeginAccept(new AsyncCallback(AcceptCallback), null);
done.WaitOne();
}
}
</code></pre>
<p>And in the client:</p>
<pre><code>EndPoint ep = new UnixEndPoint(_fileName);
_socket = new Socket(AddressFamily.Unix, SocketType.Stream, ProtocolType.IP);
_socket.Connect(ep);
byte[] bytes = Encoding.UTF8.GetBytes(message);
_socket.Send(bytes);
</code></pre>
<p>Method that sends data to the server is called from webservice method (running via xsp2).</p>
http://stackoverflow.com/questions/1763898/system-windows-forms-timer-event-doesnt-fire-at-all-when-run-under-mono0System.Windows.Forms.Timer event doesn't fire at all when run under monoCalmarius2009-11-19T15:01:59Z2009-11-24T11:42:55Z
<p>I compiled my application with monodevelop. And tried to run with mono on Linux. It seems that the System.Windows.Forms.Timer objects' tick event never fires.</p>
<p>It runs without problems on windows, but not in Linux.</p>
<p>The related code roughly looks like this:</p>
<pre><code>// derived from a From
//...
private Timer controlTimer;
//....
protected override OnCreateControl(/*...*/)
{
//,,,
controlTimer=new Timer();
controlTimer.Tick += new EventHandler(controlFunc);
controlTimer.Interval = 40;
controlTimer.Tag = this; // The form is used by the callback
controlTimer.Start();
//...
}
//....
</code></pre>
http://stackoverflow.com/questions/1784361/why-wouldnt-microsoft-want-to-hinder-mono-and-moonlight4Why wouldn't Microsoft want to hinder Mono and Moonlight?Dimitri C.2009-11-23T16:39:59Z2009-11-24T07:23:38Z
<p>Microsoft has all interest in preventing cross-platform software to happen. The incompatibility between Windows and Linux is the main reason why people don't migrate to Linux in large numbers. Both the Mono and Moonlight projects are trying to eliminate exactly this obstacle. </p>
<p>Because of this, I wonder whether it isn't very risky to start developing on the Mono or Moonlight platforms, as Microsoft is likely to thwart these cross-platform efforts.</p>
http://stackoverflow.com/questions/1724709/ubuntu-9-10-monodevelop-debug-nunit2Ubuntu 9.10 + MonoDevelop + Debug + NUnitW3Max2009-11-12T19:24:05Z2009-11-24T02:35:04Z
<p>I am a Linux noob and I would like to debug a unit test.</p>
<p>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 line of code is never hit. There is no stack trace or information of what could have failed.</p>
<p>Edit 1: Should I install OpenSuse (since it is Novell and they are behind Mono) instead of Ubuntu ?</p>
http://stackoverflow.com/questions/1395621/socket-beginreceive-performance-on-mono8Socket.BeginReceive Performance on Monodaniele_dll2009-09-08T18:42:33Z2009-11-23T15:25:40Z
<p>Hi to all,</p>
<p>this is my first post here, i hope to find someone that can help to clarify my doubts!</p>
<p>I'm developing a server in C#. This server will act as a data server for a backup service: a client will send data, a lot of data, continuously, specifically will send data chunk of files, up to five, in the same tcp channel. I'll send data to the server slowly, i don't want to kill customer bandwidth, so i didn't need to speed up at max data send and, for this reason, i can use a single tcp channel for everything.</p>
<p>Said this, actually the server uses BeginReceive method to acquire data from client and, on windows, this means IOCP. My questions is: how BeginReceive will perform on linux/freebsd trough mono? On windows, i've read a lot of stuff, will perform very well but this software, the server part, will run on linux or freebsd trough mono and i don't know how these methods are implemented on it!</p>
<p>More, to try to reduce continue allocations of an Async State object for the (Begin|End)Receive method i mantain one for the tcp connection and in the BeginReceive callback i copy out data before reuse it (naturally i don't clear data in because i know how much read trough EndReceive return value). Buffer is set on 8kb so i'll at max copy out 8kb of data, it shouldn't kill resoruces.</p>
<p>My target is to get up to 400/500 connections at max. It isn't so much, but the server (machine), in the meantime, will handle files trough an own filesystem (developed using fuse first in C# and later in C) on LVM+Linux Software Raid Mirror and antivirus check using clamav so the software must be light as can!</p>
<p><b>EDIT: i forgot to say that the machine will be (probably) a Intel Core 2 Duo 2.66+ GHz (3 MB L2 - FSB 1066 MHz) with 2 GB of ram and the SO using 64 bits.</b></p>
<p>Is mono using epoll (libevent) or kqueue (on freebsd)? And i should do something specific to try to maximize performances? Can i do something more to don't kill resources receiving data packets?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/842918/whats-the-best-programming-ide-for-c-or-mono-under-ubuntu2What's the best programming IDE for C++ or Mono under Ubuntu?tunnuz2009-05-09T08:09:51Z2009-11-22T22:55:07Z
<p>Hello, as the title says: what's your IDE of choice to program C++ or Mono under Ubuntu? Is Eclipse a viable way? Is MonoDevelop mature enough? How about other IDEs?</p>
http://stackoverflow.com/questions/1778878/converting-net-app-to-x86-native-code0Converting .NET App to x86 native codeVladimir2009-11-22T14:42:33Z2009-11-22T21:21:45Z
<p>There's a program written entirely in C# that targets .NET Framework 2.0.
Is there a way I could somehow compile (translate) managed EXE to a native one so it could be .NET-agnostic? I know there are probably commercial products for that purpose... but they are a bit expensive.</p>
<p>The problem is that we are to deploy the program on computers running Windows XP with no .NET Framework installed. There's also a requirement that the program's size must not exceed 500Kb (1Mb maximum) for it is downloaded from the web server (now the size is 255Kb). That is why there's no way we could attach a full-fledged .NET FX (or even a reduced one) to the downloaded program's file.</p>
<p>Obviously it is a terrible software engineering error that should have been detected and avoided earlier so we could use native technologies like C++ instead.</p>
<p>We have tried for now Novell's Mono - an open-source implementation of .NET Framework for Linux, MAC and Windows. Mono consists of C# Compiler, IDE, runtime (CLR) and Class Library assemblies (like System.dll and mscorlib.dll - much like .NET's class library assemblies installed to GAC).
What we tried to do is to locate CLR files and ship those along with our program's file and a few assemblies. This way the program can be invoked by running "mono program.exe" (command prompt) on a user's computer.
In addition to the inconvenience of such a use for the end user CLR files (mono.exe and mono.dll) turned out to be about 2.5 Mb in total that is much greater than the desired 500 Kb or even 1 Mb.</p>
<p>So, we have left with no other option but to translate our .NET App to a native one by a compiler, however the question remains - what compiler should we use and where could we find one...</p>
<p>For now I have stumbled upon a Singularity OS Project by Microsoft Research. It is an open-source research OS that is written in managed code (in part at least). The Singularity OS includes a Bartok compiler that the OS uses in order to translate a managed program to a native one (x86 32 bit). It should be noted that Bartok can't translate all the aspects of .NET 2.0 to a native code, but most of them. However I haven't yet learnt how to use the Singularity...</p>
<p>I would be really grateful to you if you could provide me with some useful tips and advice regarding the problem, your own experience with Singularity OS and Bartok Compiler or another approaches to the problem that I have overlooked and ways of solving it.</p>
<p>Thank you very much in advance! </p>
http://stackoverflow.com/questions/1433892/running-asp-net-mvc-under-mono-linux-with-xsp2Running ASP.NET MVC under Mono/Linux with xspRooSoft2009-09-16T15:58:50Z2009-11-20T18:50:53Z
<p>I am porting an existing ASP.NET MVC applicationto Mono. I am actually trying to make it run under Fedora Linux 11.</p>
<p>After a few tweaks, I have managed to make the solution compile in MonoDevelop.</p>
<p>While trying to execute it with xsp web server, I get the following output:</p>
<blockquote>
<p>Handling exception type ConfigurationErrorsException<br>
Message is Error Initializing the configuration system<br>
IsTerminating is set to True</p>
</blockquote>
<p>I believe that the problem is in my web.config but I cannot find any more info on the exception. Is there a log somewhere that could contain any more information?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1516352/modmono-parallel-requests-dontt-run-in-parallel0mod_mono parallel requests dont't run in parallelMichaelThePlumber2009-10-04T12:54:51Z2009-11-20T12:57:08Z
<p>hi mono fans,</p>
<p>I did something quite similar to this:
<a href="http://stackoverflow.com/questions/1060539/parallel-asynchronous-ajax-requests-using-jquery">http://stackoverflow.com/questions/1060539/parallel-asynchronous-ajax-requests-using-jquery</a></p>
<p>We develop a public website, utilizing shopping apis from amazon,ebay etc. </p>
<p>i have 3 requests going off in parallel ( I know they go off in parallel, because I pass in the client's current time as a parameter), but they seem to be processed (serverside) one after the other. To proof this, I response out the start and end time in my controller routine.
In VS2008, using the little debug webserver, it works perfectly. But running mod_mono on Apache, I never get it to run in parallel.</p>
<p>Setup: Mono 2.4.latest,
Linux OpenSuse 11,
Virtual Server, showing 4 cpus in cpuinfo,
Apache (running worker MPM with high performance settings),
hosted by a professional service.</p>
<p>Any ideas ?
Is this something I have to worry about ?
I do worry about scalibility in large, when all requests are handled one after the other..
will it scale better if the request would come from different machines (users) ?</p>
<p>thanks, Michael</p>
http://stackoverflow.com/questions/1755079/mono-lighttpd-garbage-text-added-to-svg-file-returned-via-response-write0Mono / Lighttpd - Garbage text added to SVG file returned via Response.Write()rob2009-11-18T10:32:34Z2009-11-20T09:58:57Z
<p>I am developing a web application that manages a population of plants. One feature of the application is the ability to view relationships between plants as a graph. This visualisation is generated as a dot file, then turned into SVG using GraphViz. The resulting SVG markup is then rendered to the browser via an .aspx file, using the Response.Write() technique.</p>
<p>Aspx markup:</p>
<pre><code><%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Visualisation.aspx.cs" Inherits="Webapp.PopulationManager.Visualisation" %>
</code></pre>
<p>Codebehind:</p>
<pre><code>protected void Page_Load(object sender, EventArgs e)
{
if(!Page.IsPostBack)
{
// ...snip...
string svgString = PopulationModule.VisualiseTable(connectionTable, title, url.ToString());
Response.Clear();
Response.ClearContent();
Response.ClearHeaders();
Response.ContentType = "image/svg-xml";
Response.AddHeader("Content-Disposition", string.Format("inline;filename={0}", filename));
Response.Write(svgString);
Response.Flush();
}
}
</code></pre>
<p>This techniques works perfectly on my Windows development machine (a dialog pops up asking me to save/open the SVG file).</p>
<p>However it fails when deployed to the Linux server that is hosting this app - the page returns the SVG markup, but a garbage string of about 5-6 characters is added as the first line, causing the browser to fail parsing the SVG file.</p>
<p>The Linux host runs RHEL5, Mono 1.9, and Lighttpd (with fast-cgi to talk to Mono).</p>
<p>I have verified that the SVG markup is generated cleanly on the Linux server; and if I run the web app with XSP2 instead of Lighttpd, the page works as expected. The garbage line is added somewhere after the SVG markup is generated (so I can't simply remove the first line before writing out the response).</p>
<p>Does anyone know what might be causing this? Options, ideas, and thoughts greatly recieved!</p>
<p>Thanks.</p>
<p>EDIT:</p>
<p>The characters vary depending on the entity I create a visualisation for - but remain the same for a given entity. So if I create an SVG visualtion for object A, I'll always get the string 1f35 as garbage in the first line.</p>
http://stackoverflow.com/questions/1717189/catch-text-before-its-pasted-into-textview2Catch text before it's pasted into textview.AvatarOfChronos2009-11-11T18:30:55Z2009-11-19T21:08:53Z
<p>I have a textview and when something is pasted into it from the clipboard I need to intercept that text and do some preprocessing on it before it ends up in the textview.</p>
<p>I've tried listening to the "PasteClipboard" event which doesn't give me a way to modify the incoming text. and the "textview.Buffer.Changed" event which fires after the pasted text makes it into the textview. </p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1753413/parameters-passed-by-reference-come-back-garbage-using-p-invoke0Parameters passed by reference come back garbage using P/Invokejyh2009-11-18T03:14:45Z2009-11-19T15:43:13Z
<p>I am using Mono/C# on Linux and have the following C# code:</p>
<pre><code>[DllImport("libaiousb")]
extern static ResultCode QueryDeviceInfo(uint deviceIndex,
ref uint PID, ref uint nameSize, StringBuilder name,
ref uint DIOBytes, ref uint counters);
</code></pre>
<p>And I call a Linux shared library call defined as follows:</p>
<pre><code>unsigned long QueryDeviceInfo(
unsigned long DeviceIndex
, unsigned long *pPID
, unsigned long *pNameSize
, char *pName
, unsigned long *pDIOBytes
, unsigned long *pCounters
)
</code></pre>
<p>I have set the parameters to known values before calling the Linux function. I've also put a printf at the beginning of the Linux function and all the parameters are printing values as expected. So the parameters seem to be passed from C# to Linux ok. The return value is also good.</p>
<p>However, all the other parameters that are passed by reference come back garbage.</p>
<p>I modified the Linux function so it simply modifies the values and returns. Here's that code:</p>
<pre><code>unsigned long QueryDeviceInfo(
unsigned long DeviceIndex
, unsigned long *pPID
, unsigned long *pNameSize
, char *pName
, unsigned long *pDIOBytes
, unsigned long *pCounters
) {
printf ("PID = %d, DIOBYtes = %d, Counters = %d, Name= %s", *pPID, *pDIOBytes, *pCounters, pName);
*pPID = 9;
*pDIOBytes = 8;
*pCounters = 7;
*pNameSize = 6;
return AIOUSB_SUCCESS;
</code></pre>
<p>All the ref parameters still come back as garbage.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1745357/what-are-some-things-mono-is-not-a-good-fit-for3What are some things Mono is not a good fit for?Chris McCall2009-11-16T22:47:41Z2009-11-18T22:57:21Z
<p>I've started your typical web project from scratch using the Mono platform. You know, web services, a UI, MySQL database, all that. I've heard around the net that it's not a picture-perfect implementation of the .Net platform, but so far I can't find anything it's not good at. I see the odd "Not Implemented" pop up in intellesense, but haven't run into any snags or dead ends.</p>
<p>Have you hit a brick wall with a .Net feature that's not implemented in Mono?</p>
http://stackoverflow.com/questions/1752292/how-to-pass-an-unsigned-long-to-a-linux-shared-library-using-p-invoke1How to pass an unsigned long to a Linux shared library using P/Invokejyh2009-11-17T22:21:47Z2009-11-18T03:35:42Z
<p>I am using C# in Mono and I'm trying to use pinvoke to call a Linux shared library.</p>
<p>The c# call is defined as:</p>
<pre><code> [DllImport("libaiousb")]
extern static ulong AIOUSB_Init();
</code></pre>
<p>The Linux function is defined as follows:</p>
<pre><code> unsigned long AIOUSB_Init() {
return(0);
}
</code></pre>
<p>The compile command for the Linux code is:</p>
<pre><code>gcc -ggdb -std=gnu99 -D_GNU_SOURCE -c -Wall -pthread -fPIC
-I/usr/include/libusb-1.0 AIOUSB_Core.c -o AIOUSB_Core.dbg.o
</code></pre>
<p>I can call the function ok but the return result is bonkers. It should be 0 but I'm getting some huge mangled number.</p>
<p>I've put printf's in the Linux code just before the function value is returned and it is correct.</p>
<p>One thing I have noticed that is a little weird is that the printf should occur before the function returns. However, I see the function return to C# and then the c# prints the return result and finally the printf result is displayed.</p>
http://stackoverflow.com/questions/1746830/check-internet-connection-in-linux-using-mono2check internet connection in linux using mono?Suriyan Suresh2009-11-17T05:41:41Z2009-11-18T02:32:39Z
<p>is there any way to check internet connection status in linux using mono</p>
http://stackoverflow.com/questions/924832/mono-compatibility-with-enterprise-library-4-12Mono Compatibility with Enterprise Library 4.1Ervin Ter2009-05-29T07:40:38Z2009-11-17T20:00:14Z
<p>Does anybody using latest enterprise library 4.1 in mono? I used mono migration analyzer to analyze my web application and realized all enterprise library dll is failed in mono. </p>
<p>I need to know is that true that enterprise library 4.1 is not compatible in mono 2.4?</p>
http://stackoverflow.com/questions/1749298/mono-unix-sockets0mono, unix socketsAdrian2009-11-17T14:34:09Z2009-11-17T15:07:56Z
<p>Hi!</p>
<p>Does anyone know an example of c# (mono) application that creates unix domain socket and listens to it async way?</p>
http://stackoverflow.com/questions/1746840/get-mac-address-in-linux-using-mono3Get MAC Address in linux using mono Suriyan Suresh2009-11-17T05:45:09Z2009-11-17T06:35:07Z
<p>How do I get the MAC address of my computer in a Mono application on Linux?</p>
http://stackoverflow.com/questions/1003355/the-mono-net-framework-and-wmi0The Mono .NET framework and WMIDana Holt2009-06-16T19:00:42Z2009-11-16T12:00:15Z
<p>We have a .NET project that uses WMI and are interested in porting it to the Mono framework.</p>
<p>It appears Mono does not support WMI.</p>
<p>Are there any libraries that can add WMI support?</p>
<p>Basically we would want to access a Windows server using WMI from a Linux/OS X box.</p>
http://stackoverflow.com/questions/1735136/what-is-the-equivalent-of-timestamp-rowversion-sql-server-with-postgresql0What is the equivalent of timestamp/rowversion (SQL Server) with PostgreSQLW3Max2009-11-14T18:30:09Z2009-11-16T10:29:59Z
<p>Could someone help me find the equivalent of Timestamp/Rowversion (SQL Server) with PostgreSQL? </p>
<p>I'm using NHibernate on Mono (UNIX).</p>
<p>I think that Timestamp (PostgreSQL) is the equivalent of Datetime (SQL Server) - <strong>it's not what I'm looking for</strong>.</p>
<p>Edit 1: For those who don't know what is a Timestamp/Rowversion in SQL Server: <a href="http://msdn.microsoft.com/en-us/library/ms182776.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms182776.aspx</a> (It is mostly used for optimistic concurrency)</p>
http://stackoverflow.com/questions/1732076/how-reliable-is-mono-on-linux-vs-net-on-windows2How Reliable is Mono on Linux vs .NET on Windows?Todd Moses2009-11-13T21:35:22Z2009-11-14T03:29:06Z
<p>I am trying to decide upon using Mono with C# or Python (Django) for a Linux based Web Site. My concern with C# is that Mono may not be as reliable as .NET. Does anyone have any experience with this?</p>