Has anybody have any experiencing using the Berkeley DB c# bindings in Mono. The current implementation from Oracle using PInvoke to call into a windows DLL(from the looks of it). I know the libdb is available in Linux, but I am not sure if the current c# bindings in mono works with it. Does anybody have experience?
mono bindings http:/...
i need a .net open source component for diagraming in mono?
, i mean a component to do diagrams in qt
...
I'm new to Mono and just started recently. Is mono program are compiled from C# to native code to be able to run on several OS?
and also, I saw a screencast on MonoTouch, which tells me that the monotouch (particularly) compile everything down to Native for C# to be able to run on Iphone.
Im quite confuse.
...
I have built a custom Outlook toolbar option using VSTO which logs an email in a database. This works fine in Windows. However, I’ve been asked if we can migrate this to the Mac for Entourage which I think is the Mac version of Outlook. Can a VSTO application be ported to the Mac? Is it possible to build custom toolbar options in Entoura...
Is it possible "in anyway" that I can use Linq to SQl on a Mono project?
If it's actually .net port then if I import the System.data.Linq and the DBML that generated in VS, will it work?
THanks!
...
I'd like to give my users the ability to use ASP.NET on my server. It is running ISPConfig 3 on Fedora 12. I've searched the internet and was able to come up with this: Serving ASP.NET from ISPConfig
This doesn't seem to be enough though. On first try I started getting 500 internal server errors telling me that it was missing some neede...
I have a PDF with some meta data in XMP XML format attached to the end. What is the correct way of parsing and using this meta data?
At the minute i have a working solution using C99, parsing each character in the file, starting at the beginning and using loops until i reach a tag im after and then recording the contents until i reach t...
Looking to port an ASMX web service application to run on Mono under Apache. The web services use WSE 3.0 to add MTOM capability for messages that contain binary. From my research so far, I understand this to be the current state of web services on Mono:
ASMX is fully implemented (but does not support MTOM)
WSE (which I am using for ...
When I start
/Applications/Firefox.app/Contents/MacOS/firefox-bin
on MacOSX using Process.Start() using Mono, the id of the process that gets returned does not match the process that firefox ends up running under.
It looks like firefox quickly decides to start another process, and kill the current one.
This makes it difficult to st...
I'm trying to access the Wine implementation of some user32 functions on Kubuntu Linux. I have the Wine 1.1.31 package installed. When try running this simple test program in MonoDevelop, I get a System.EntryPointNotFoundException.
using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace PinvokeTesting...
Mono is a software platform designed to allow developers to easily create cross platform applications.
What are some of the hidden features of Mono?
...
I was wondering if open-source implementations, such as Mono, are theoretically going to become legally forced into only implementing old versions of C# which the community promise covers.
Thanks,
Mack
...
I have been looking at monotorrent and while investigating the whole bittorrent thing I saw that a torrent file may also specify web seeds, which are basically standard HTTP downloads but which can work e.g. as an initial seed.
I have also seen in the release notes of monotorrent 0.8 that they
Added the ability to easily add webseed...
I'm looking to create an invisible window for the processing of certain X events (sort of like NativeWindow in Winforms). Is this possible in GTK#? Or do I need to manually create such a window using P/Invoke to the X libraries?
...
Hi SO.
I'm somehow familiar with the ASP.NET MVC and the .NET framework in general (I use it at work).
I've been thinking about starting a personal project (a website). I, however, don't want to be tied to a specific platform (it bothers me A LOT).
This led me to looking into Mono. For what I've seen, though, Mono trails behind Micros...
I'm trying to get a global hotkey working in Linux using Mono. I found the signatures of XGrabKey and XUngrabKey, but I can't seem to get them working. Whenever I try to invoke XGrabKey, the application crashes with a SIGSEGV.
This is what I have so far:
using System;
using Gtk;
using System.Runtime.InteropServices;
namespace GTKTes...
Hi
I have the following tableviewdelegate:
private class TableViewDelegate : UITableViewDelegate
{
private DaysViewController _dvc;
private List<DateTime> ConferenceDates;
public TableViewDelegate (DaysViewController controller, List<DateTime> dates)
{
_dvc = controller;
Confe...
Hello.
I am attempting to unit test an ASP.NET MVC application using MonoDevelop.
The following shows a portion of my Web.config and the test.
<appSettings>
<add key="configCheck" value="3212"/>
</appSettings>
[Test]
public void ConfigFileCheck()
{
Assert.AreEqual( "3212", ConfigurationSettings.AppSettings...
I would like to create a server-side process that will capture html as an image and produce a jpeg. My process will be running on Linux / Mono and I am not sure that I can use the Webform Image Control in memory as suggested in Peter Bromberg's excellent article on EggHeadCafe.
Is there an open source framework similar to ITextSharp th...
I was looking at some native C code, and it referenced gdk_get_default_root_window. I found the documentation on gdk_get_default_root_window, but I can't seem to find
its managed equivalent.
Does anyone know if there is a Gtk# managed equivalent for gdk_get_default_root_window?
...