Re: [Mono-list] [MonoDevelop] Accessing an MS access db from linux

2008-09-17 Thread Abe Gillespie
Have you ever gotten this to work? I've tried this myself but never found success. -Abe On Sep 17, 2008, at 10:48 PM, Jason Taylor wrote: http://www.mono-project.com/ODBC ODBC can connect to various databases which has an ODBC driver installed: ... MS Access (http://www.microsoft.com/of

Re: [Mono-list] Xml reading & writing.

2008-09-17 Thread Neil Munro
2008/9/17 Jonathan Pryor <[EMAIL PROTECTED]> > On Wed, 2008-09-17 at 02:43 +0100, Neil Munro wrote: > > I have an xml file that is my applications preferences, it's an update > > tool, now this update tool can update from multiple sources. If no > > preferences file is found on first run, a defaul

Re: [Mono-list] [MonoDevelop] Accessing an MS access db from linux

2008-09-17 Thread Chris Howie
On Wed, Sep 17, 2008 at 12:59 PM, lsuitger <[EMAIL PROTECTED]> wrote: > Well, is there a way to access an mdb from linux using c# and mono? I'd put this in the "very unlikely" category. Maybe you can convert your database to SQLite on Windows? Then it should work everywhere Mono and SQLite are a

Re: [Mono-list] [Mono-dev] Mono support on Fedora, Ubuntu, Solaris, etc.

2008-09-17 Thread [EMAIL PROTECTED]
Hi there, I think we can commit to keep builds for - Solaris x86 - Solaris SPARC - Mac PPC (And hopefully soon HP-UX, but not yet). But, we'd need some help starting up since I expect some problems building in Solaris. pablo www.plasticscm.com Andrew Jorgensen escribió: > The Mono Team i

Re: [Mono-list] [Gtk-sharp-list] pinvoke and benchmarks

2008-09-17 Thread Martin (OPENGeoMap)
Hi: > On Fri, Sep 12, 2008 at 11:22 AM, Martin (OpenGeoMap) > <[EMAIL PROTECTED]> wrote: > >> is it better used a library only created with C or the pinvoke is fast??? >> In my imagination i see the pinvoke system trying to find a funtion >> every time and if i have 10 million of lidar data perh

[Mono-list] Exception only with mono

2008-09-17 Thread misterJane
Hi, I have a piece of code that executes a stored procedure. When I run it with .net it executes fine. When I run it with mono (1.9.1) i get the following exception : The Connection object does not have the same transaction as the command object. Does anyone know what this exception means, and

Re: [Mono-list] Error converting project from Windows to Linux

2008-09-17 Thread Andrés G. Aragoneses
This seems to be a bug in the VBNetBinding of MonoDevelop, can you file it? Andrés BertV wrote: > Hi, > > I am trying to convert a Windows-project to monodevelop. The project > consists in a lot of vb-files and resource-files. > The compile all without errors. > > There are also a few

Re: [Mono-list] Error converting project from Windows to Linux

2008-09-17 Thread Andy Hume
A workaround would be to remove the other segment of the strong-name stuff and just leave the assembly name, e.g. change to If you ask on the monodevelop list you might get more help. Andy BertV wrote: > > Hi, > > I am trying to convert a Windows-project to monodevelop. The pro

Re: [Mono-list] Problem compiling libgdiplus without X server

2008-09-17 Thread Petit Eric
2008/9/17 Pedro Pires <[EMAIL PROTECTED]>: > Is the mono 2.0 RC1 enough? Or do you think I really need svn version? > > I can't install rpm versions, because of dependencies (it's a production > server). I've installed mono and dependencies on a separate user. Well, just extract file from the rpm (

Re: [Mono-list] Problem compiling libgdiplus without X server

2008-09-17 Thread Pedro Pires
Is the mono 2.0 RC1 enough? Or do you think I really need svn version? I can't install rpm versions, because of dependencies (it's a production server). I've installed mono and dependencies on a separate user. Thanks -Original Message- From: Petit Eric [mailto:[EMAIL PROTECTED] Sent: 20

Re: [Mono-list] Xml reading & writing.

2008-09-17 Thread Petit Eric
2008/9/17 Jonathan Pryor <[EMAIL PROTECTED]>: > On Wed, 2008-09-17 at 02:43 +0100, Neil Munro wrote: >> I have an xml file that is my applications preferences, it's an update >> tool, now this update tool can update from multiple sources. If no >> preferences file is found on first run, a default s