Re: [Mono-dev] MonoDevelop on Windows

2008-03-11 Thread Daniel Morgan
back from the > conference he is at, > I will try to prod him to put his changes into SVN. > > Jonathan > > > Daniel Morgan wrote: > > Jonathan, > > > > What steps did you use to build and run > MonoDevelop on > > Windows? And what dependencies d

Re: [Mono-dev] 2.6 preview 1

2009-10-01 Thread Daniel Morgan
Is the Mono for Windows installer bigger now because it includes the mono.dll and mono static libraries like libmono.a which non-embedders do not need? I think maybe there should be two installers for mono on windows. 1. Normal. (Mono/Gtk+/Gtk# Runtime and Compilers and Tools). 2. Embedded. Thi

Re: [Mono-dev] ANN: DeveelDB first release: call for help!

2009-10-05 Thread Daniel Morgan
If you want others to contribute, I have some suggestions: 1. Can you provide a source tarball in .tar.gz or .zip format to download? Not everyone wants to check out using some scm tool. Projects like Mono have releases time to time. Even in the early days, the Monoo Project provided tar

[Mono-dev] Mono Daily Packages stopped

2009-12-27 Thread Daniel Morgan
The last day for the Mono Daily Packages is 2009-12-15. http://mono.ximian.com/daily/ Can someone fix this please? Or does it only get created when there is a breaking change in the runtime? ___ Mono-devel-list mailing list Mono-devel-list@lis

[Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-13 Thread Daniel Morgan
I have asked some questions at the FAQ for csharp-sqlite. http://code.google.com/p/csharp-sqlite/wiki/FrequentlyAskedQuestions csharp-sqlite is a C# port of the SQLite library. This is NOT a wrapper to a native library. It is a 100% port of the C library to C#. http://code.google.com/p/csharp

Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-13 Thread Daniel Morgan
Thanks. I found the google group for it at http://groups.google.com/group/csharp-sqlite?pli=1 --- On Sat, 2/13/10, Alan McGovern wrote: > From: Alan McGovern > Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite > library from C to C# > To: "Dan

Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-16 Thread Daniel Morgan
Tue, 2/16/10, Teravus Ovares wrote: > From: Teravus Ovares > Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite > library from C to C# > To: "Daniel Morgan" > Cc: "Alan McGovern" , > mono-devel-list@lists.ximian.com > Date: Tue

Re: [Mono-dev] Removing Obsolete Code from Mono 2.8

2010-03-01 Thread Daniel Morgan
Obsolete Types in .NET 4.0 http://msdn.microsoft.com/en-us/library/ee461503%28VS.100%29.aspx Here's my 2 cents. Remove Mono.Data.dll which has been superceded by the provider factory added to System.Data.dll in .NET 2.0. The Mono.Data.dll assembly has had the Obsolete attributes on it for a lo

Re: [Mono-dev] Removing Obsolete Code from Mono 2.8

2010-03-02 Thread Daniel Morgan
A brief look into gnome git for f-spot and banshee, I found that: - f-spot may still use the old Mono.Data.SqliteClient - banshee has its own copy of Mono.Data.Sqlite Not sure what other apps that may depend on Mono.Data.SqliteClient. --- On Tue, 3/2/10, Marek Habersack wrote: > From: Marek Hab

[Mono-dev] Equivalent to LockFileEx on Linux

2010-03-02 Thread Daniel Morgan
Is there an equivalent to LockFileEx on Linux? What would it be? How would you lock a file that will work on .net on windows and mono on linux and mono on windows and mono on mac os x, etc? I would like this info so all DllImport attributes can be removed from csharp-sqlite to make it fully ma

[Mono-dev] Building and Running csharp-sqlite on Mono - Problems

2010-03-18 Thread Daniel Morgan
I emailed the csharp-sqlite google group about this. Has anyone else tried running csharp-sqlite on Mono or Moonlight? http://groups.google.com/group/csharp-sqlite/browse_thread/thread/f54ebf64e688f8b7 The latest snapshot of csharp-sqlite works for me with Visual Studio 2008 / .Net Framework 3.

Re: [Mono-dev] Building and Running csharp-sqlite on Mono - Problems

2010-04-05 Thread Daniel Morgan
10, 10:06 AM > On 18.03.2010 13:46, Daniel Morgan > wrote: > > I emailed the csharp-sqlite google group about this. > > > > Has anyone else tried running csharp-sqlite on Mono or > Moonlight? > > > > http://groups.google.com/group/csharp-sqlite/browse_thread/threa

[Mono-dev] Develop for iPad on the iPad

2010-04-19 Thread Daniel Morgan
Is it possible to develop for the iPad on the iPad? If yes, is it possible to develop for the iPad on the iPad using MonoTouch? Let's just say, I tried the iPad out at the store, and I like it very much. I would like iPad to replace my laptop. In order to do this, I must be able to create iPa

[Mono-dev] Following People on the mono mailing lists, blogs, irc, and tweeter - svn to a new dvcs

2010-04-30 Thread Daniel Morgan
It is really hard to keep up with what's going on with mono. But it looks like they are going to migrate from subversion to another version control system which will most likely be git or some other modern dvcs like mercurial. How does this affect contributors to the mono project? When will th

Re: [Mono-dev] Mono Contributors, Action required: Preparing the Subversion to GIT Migration

2010-06-30 Thread Daniel Morgan
I did what you asked. What next? Hopefully, the free account at github.com will suffice. I have never used Git nor GitHub before. I use both Windows and Linux. Will Git work on both? --- On Tue, 6/29/10, Miguel de Icaza wrote: > From: Miguel de Icaza > Subject: [Mono-dev] Mono Contributors

Re: [Mono-dev] Visual Studio Projects Upgrade

2010-07-15 Thread Daniel Morgan
What if someone wants to create a GTK# App on Windows?  Will this Gtk# app work with eglib instead of glib? --- On Wed, 7/14/10, Jonathan Chambers wrote: From: Jonathan Chambers Subject: [Mono-dev] Visual Studio Projects Upgrade To: "mono-devel-list" Date: Wednesday, July 14, 2010, 7:16 PM

[Mono-dev] MonoDroid

2010-12-08 Thread Daniel Morgan
I seen the pretty screenshots of MonoDroid sample apps on monologue. Can I beta test MonoDroid pretty please? Or at least open the beta up to the public? I added myself to the beta many months ago but I have not gotten an invite yet. ___ Mo

[Mono-dev] System.Data.SQLite ado.net provider moving to new home at sqlite.org

2011-02-17 Thread Daniel Morgan
System.Data.SQLite - statement from Robert Simposon: http://sqlite.phxsoftware.com/forums/t/2750.aspx >From above: "I've been in close contact with Dr. Richard Hipp and Shane Harrelson at sqlite.org for the past couple of months. They came to me and offered to take over management of the Syste

Re: [Mono-dev] Mono.Data.SybaseClient

2011-04-21 Thread Daniel Morgan
Meant to send this to the mono-devel-list. --- On Thu, 4/21/11, Daniel Morgan wrote: From: Daniel Morgan Subject: Re: [Mono-dev] Mono.Data.SybaseClient To: "Quandary" Date: Thursday, April 21, 2011, 8:46 AM Try ODBC.  Mono has support for ODBC via System.Data.Odbc namespace i

Re: [Mono-dev] Mixed Mode Assemblies

2011-07-08 Thread Daniel Morgan
Well, since Rodrigo said something crazy - like implementing an PE loader on Linux.  What about the opposite (and even more crazy) - modify Mono/Mcs to create an ELF executable or library.  Of  course, you would have to modify Mono to load the ELF executable or library too. For me to use C++

Re: [Mono-dev] Mono and dotConnect

2011-07-26 Thread Daniel Morgan
Have you considered using ODBC? From: APS To: mono-devel-list@lists.ximian.com Sent: Tuesday, July 26, 2011 4:55 AM Subject: [Mono-dev] Mono and dotConnect Hi there, looking at http://www.mono-project.com/Oracle we can read that dotConnect for Oracle is an a

[Mono-dev] Oracle's ODP.NET database provider on Mono

2011-08-04 Thread Daniel Morgan
Sorry for the cross-posting, but I sent this email to the wrong list.  monodevelop-list and mono-devel-list have similar names. - Forwarded Message - From: Daniel Morgan To: "monodevelop-l...@lists.ximian.com" Sent: Wednesday, August 3, 2011 10:53 AM Subject: [MonoDevelop

Re: [Mono-dev] --------Monodevelop , MySql Connection problem ...Pls Help--------

2011-09-12 Thread Daniel Morgan
The GAC is only used at runtime.  The C# compiler does not use the GAC for assemblies you reference.   The C# compiler needs to find the MySql.Data.dll file that is not in the GAC.  You may need to add to the PATH environment variable where you put the MySql.Data.dll file. ___

Re: [Mono-dev] Mono, Oracle and .NET after 4.0

2011-11-07 Thread Daniel Morgan
Mono's oracle provider is not completely dead.  I have been making bug fixes to it, but since I do not have git commit access, I have no ways to put them there.   I even started migrating Mono's oracle provider to based on ODP.NET.   I should create a fork of it on github. An alternative is to

Re: [Mono-dev] Moonlight for Win/Mac as a cross platform desktop application platform

2011-11-07 Thread Daniel Morgan
As far as I know, Moonlight is not being worked on anymore.  However, do not let me stop you from working on it.  I'm sure xamarin will accept patches. Gtk# is your best bet for a cross-platform GUI for desktop applications that will work on .net/windows, mono/windows, mono/linux, mono/mac, etc

Re: [Mono-dev] Candidate Fix for 699643

2011-12-06 Thread Daniel Morgan
Mono.Data.TdsClient and Mono.Data.SybaseClient were removed from Mono.  So, there is no need to support older versions of SQL Server (pre-7.0) nor any version of Sybase ASE anymore in Mono.Data.Tds. If someone needs support for an old SQL Server database or Sybase ASE, then they should use ODBC

Re: [Mono-dev] MySql Connectivity in Mono/xsp for linux

2005-11-30 Thread Daniel Morgan
You only set it up for the runtime. Mono's C# compiler mcs needs to find the assembly to compile. The GAC is only for the runtime. The C# compiler does not look in the GAC. Wherever your assembly is installed, make sure it can be found via the PATH. [EMAIL PROTECTED] wrote: Hello,

Re: [Mono-dev] Oracle + clntsh

2005-12-15 Thread Daniel Morgan
Make sure the OCI shared library libclntsh.so can be found in your PATH.Make sure you have your ORACLE_HOME set up correctly too. You can map it to libclntsh.so Arnhoffer Károly <[EMAIL PROTECTED]> wrote: Hi,I try to run the first example at http://www.mono-project.com/Oracle and I get the fol

[Mono-dev] MySQL Connector/Net and Mono

2005-12-25 Thread Daniel Morgan
I've tried MySQL Connector/Net 1.0.7 with Mono 1.1.10 on Window XP and it works. Does it work on Mono on Linux? I see the status of it not working for the connector 1.0.5. If the status has changed, let me know, and I will update the web page: http://www.mono-project.com/MySQL

Re: [Mono-dev] ASP.NET 2.0 databinding to a DropDwonList not implemented

2005-12-26 Thread Daniel Morgan
It looks like to be a regression in order to stub out methods and properties to support ADO.NET 2.0.http://svn.myrealbox.com/viewcvs/trunk/mcs/class/System.Data/System.Data.Common/DbDataAdapter.cs?rev=53301&view=markupJoe Audette <[EMAIL PROTECTED]> wrote: Hi All,I'm having some success wi

Re: [Mono-dev] problem with mono 1.1.12.1

2005-12-27 Thread Daniel Morgan
mcs uses .net 1.1 profile as default.  gmcs uses .net 2.0 profile as default.    It looks like to be a regression in order to stub out methods and properties to support ADO.NET 2.0.http://svn.myrealbox.com/viewcvs/trunk/mcs/class/System.Data/System.Data.Common/DbDataAdapter.cs?rev=53301&view=mar

Re: [Mono-dev] Get list of installed printers

2005-12-31 Thread Daniel Morgan
If you can wait until the next release of Mono, it will have some limited System.Drawing.Printing support. Windows will use Win32 GDI while Unix-like systems will use CUPS. Or you can get it from Mono's subversion repository. http://www.mono-project.com/AnonSVN There are some alternatives to

Re: [Mono-dev] problem with mono 1.1.12.1

2006-01-01 Thread Daniel Morgan
I fix for the regression has been committed to svn.  Can you re-test please?cartuchoGL <[EMAIL PROTECTED]> wrote: Daniel Morgan wrote:> mcs uses .net 1.1 profile as default. gmcs uses .net 2.0 profile as > default. > > It looks like to be a regression in order to st

Re: [Mono-dev] ASP.NET 2.0 databinding to a DropDwonList not implemented

2006-01-01 Thread Daniel Morgan
A fix has been committed to svn.Can you re-try running your web stuff again please?Joe Audette <[EMAIL PROTECTED]> wrote: Hi All,I'm having some success with mojoportal built in VS 2005 and running on mono using 2.0http://demo2.mojoportal.comBut I'm getting some errors in places where I'm data

Re: [Mono-dev] RE: Com Interop Patch - mcs

2006-01-06 Thread Daniel Morgan
Can you provide some examples that work on Mono? "Jonathan S. Chambers" <[EMAIL PROTECTED]> wrote: Here the patch for the class libs.-Original Message-From: Jonathan S. Chambers Sent: Friday, January 06, 2006 11:33 AMTo: mono-devel-list@lists.ximian.comSubject: Com Interop Patch Here's a

RE: [Mono-dev] RE: Com Interop Patch - mcs

2006-01-07 Thread Daniel Morgan
rs doesn't run on mono or .Net. Not sure if the issue is with my COM stuff, or the compilers.- Jonathan-Original Message-From: Daniel Morgan [mailto:[EMAIL PROTECTED]Sent: Fri 1/6/2006 8:01 PMTo: Jonathan S. Chambers; mono-devel-list@lists.ximian.comCc: Subject: Re: [Mono-dev] RE:

[Mono-dev] RE: Com Interop Patch

2006-01-07 Thread Daniel Morgan
61> ie_tester.Program:Main (System.String[] args)Daniel Morgan <[EMAIL PROTECTED]> wrote: Date: Sat, 7 Jan 2006 07:23:38 -0800 (PST)From: Daniel Morgan <[EMAIL PROTECTED]>Subject: RE: [Mono-dev] RE: Com Interop Patch - mcsTo: "Jonathan S. Chambers" <[EMAIL PROTECTED]>,

Re: [Mono-dev] Is this a MySql.Data problem or a mono one?

2006-01-10 Thread Daniel Morgan
What version of Mono? What verison of the MySQL server? What version of MySql.Data? What operating system?Release 1.05 of MySql.Data did not work on Mono.  A newer release 1.07 does.Have you tried connecting to MySQL server via Mono and MySql.Data using a different sample? Paul <[EMAIL

Re: [Mono-dev] Is this a MySql.Data problem or a mono one?

2006-01-11 Thread Daniel Morgan
Remove release 1.0.5 of MySql.Data which does not work on Mono on Linux.   Also, what might help you is to put ";Pooling=false" in your connection string to turn connection pooling off.   Paul <[EMAIL PROTECTED]> wrote: Hi,> What version of Mono?1.1.3 - built from source> What verison of the M

Re: [Mono-dev] parser

2006-01-20 Thread Daniel Morgan
I think he is talking about a something written in C#.  Jay creates parsers for C#, but Jay is written in C. Atsushi Eno <[EMAIL PROTECTED]> wrote: Hi,> Is there some library or program that execute a parser-generator like bison> or yacc in c#?We use C# port of jay to build mcs and several librar

[Mono-dev] Using assembly in GAC fails but runs okay in same path as executable

2006-01-23 Thread Daniel Morgan
I'm having a problem with Mono.Data.dll on Dot NET 1.1. You can use the DLL compiled with mcs or csc: - both will fail when run from the GAC - both will work when run from the same subdirectory the executable assembly is run This is how I build on Dot Net: cd mcs\class\Mono.Data csc /target:li

Re: [Mono-dev] Using assembly in GAC fails but runs okay in same path as executable

2006-01-23 Thread Daniel Morgan
lture=neutral, PublicKeyToken=0738eb9f132ed756" /> Daniel Morgan wrote: I'm having a problem with Mono.Data.dll on Dot NET 1.1. You can use the DLL compiled with mcs or csc: - both will fail when run from the GAC - both will work when run from the same subdirectory the executabl

Re: [Mono-dev] System.DllNotFoundException: gda-2 in (wrapper managed-to-native) System.Data.OleDb.libgda:gda_init (string, string, int, string[])

2006-01-27 Thread Daniel Morgan
Short Answer:   System.Data.OleDb is unmaintained.   There is no support for Access nor Jet databases.   Long Answer:   No one maintains System.Data.OleDb anymore.   System.Data.OleDb requires requires libgda from the gnome-db project at http://www.gnome-db.org/  however it only works on Li

[Mono-dev] [PATCH] Build Mono.Data.Sql on Win32

2006-02-20 Thread Daniel Morgan
I have a patch to add a Makefile to build Mono.Data.Sql.dll on Win32 without having to use autotools. You still need Mono and Cygwin though. This allows you to build Mono.Data.Sql for applications outside of MonoDevelop. Is this patch okay? CSC=mcs SCS_FLAGS= top_srcdir = ../../.. top_bui

[Mono-dev] Mono.Data.Sql and Mono.Data

2006-02-20 Thread Daniel Morgan
Christian, I was thinking about this more. If we are not able to move Mono.Data.Sql into Mono.Data because there is already too much stuff in mcs, I suggest we do the opposite. We move the ProviderFactory in Mono.Data into Mono.Data.Sql. What do you think? If not, then we would need to c

Re: [Mono-dev] OracleDataAdapter patch

2006-02-26 Thread Daniel Morgan
Please commit. You do not have to ask to commit to System.Data.OracleClient.  Especially with all the bug fixes I see you do to System.Data. Thanks,DanielKonstantin Triger <[EMAIL PROTECTED]> wrote:Hello all, Attached a small patch fixing the NullRefer

Re: [Mono-dev] my web page cann't access oracle.

2006-03-07 Thread Daniel Morgan
System.Data.OracleClient uses OCI library.  On Linux, this would be something like libclntsh.so   It may even have a version number in the shared library name, for example, libclntsh.so.10.0   You need to make sure this library can be found in your PATH.  (or LD_LIBRARY_PATH).  Basically, its h

Re: [Mono-dev] my web page cann't access oracle.

2006-03-08 Thread Daniel Morgan
What is the shared library name for OCI on your system? It would something like libclntsh.so Oracle 10g may have something like libclntsh.so.10.0 or something. If you do have something like libclntsh.so.10.0, you can modify target in the dllmap of the etc/mono/config file. Or you coul

Re: [Mono-dev] patch for #71318

2006-03-09 Thread Daniel Morgan
Senga,   Wow!  Good to see it working on solaris-sparc now.  I wonder if this means it can work on other big-endian machines too like PPC?   Please commit.   DanielT Senganal <[EMAIL PROTECTED]> wrote: Hi DanielPls review the attached patch .. This should resolve bug #71318..The Oci document

[Mono-dev] MonoDoc Win32 - Upload Contributions

2006-03-28 Thread Daniel Morgan
Sigh. I guess the edit feature in monodoc on windows does not work when uploading contributions. I can edit content, but I can not upload. Also, I notice many assemblies (class libraries) included with mono are not in monodoc. Can someone add these please? These assemblies include: Sys

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Daniel Morgan
Here are my ideas I would like to see for Mono, Gtk#, and applications.   1. I would love to see a fully managed CLI runtime.   The fully managed CLI runtime would be written completely in managed languages like C#, IL, and Boo.  The whole thing does not have to be written in one language.  Var

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Daniel Morgan
cially for Printing.  See Larry's reply. Larry Ewing <[EMAIL PROTECTED]> wrote: On Wed, 200 6-03-29 at 07:57 -0800, Daniel Morgan wrote:> 3. Let's not forget scanning, photos, printing Bindings to SANE,> TWAIN... Get GnomePrint to be stable like the GTK version.

Re: [Mono-dev] Icomplete System.Data.IsolationLevel

2006-03-30 Thread Daniel Morgan
Snapshot is only available in .NET 2.0.  So, it will need an #if NET_2_0 to surround it.Micha³ Ziemski <[EMAIL PROTECTED]> wrote: Hi!There seems to be missing "Snapshot" member from System.Data.IsolationLevel enumeration.Anyone cares to addSnapshot = 16777216I haven't yet set up my local mono sour

Re: [Mono-dev] MonoDoc Win32 - Upload Contributions

2006-03-31 Thread Daniel Morgan
Can you at least add the data providers? I can contribute docs for these.  Remember, I am the maintainer of the database pages on the mono wiki.   And if possible, I wonder if there is a way to take current documentation for Npgsql, ByteFX.Data/MySql.Data, and FirebirdSql.Data and somehow convert

[Mono-dev] MonoDevelop 0.10 in Mono 1.1.4 Linux Installer

2006-04-06 Thread Daniel Morgan
Does MonoDevelop 0.10 come in the latest Mono 1.1.14 Linux Installer? If not, can it be updated to include it? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Problems connecting to MS SQL with C# and Mono

2006-05-22 Thread Daniel Morgan
If you know the TCP port, use it in your connection string.   Do you have the ability to connect to SQL Server using TCP/IP.  By default, SQL Server 2005 Express has this turned off --- which is good from a security standpoint.   See my two backslashes below.   string ConnectionString = "Data Sour

Re: [Mono-dev] SybaseClient TDS and Sybase 11 Language error

2006-06-02 Thread Daniel Morgan
Is there a bug in Bugzilla for this already?  If not, can you add the bug to http://bugzilla.ximian.com/ to make sure the patch does not get lost?   Good to see that someone can use Sybase 11 databases with System.Data.SybaseClient.  I will need to update the mono' wiki about that.    Do you use S

Re: [Mono-dev] Strange mono behaviour on Oracle

2006-06-22 Thread Daniel Morgan
Can you provide a simple repeatable test case please?   - Original Message From: APS <[EMAIL PROTECTED]>To: mono-devel-list@lists.ximian.comSent: Thursday, June 22, 2006 4:31:52 AMSubject: [Mono-dev] Strange mono behaviour on OracleHi, it's a couple of days that I'm working on mono and Orac

Re: [Mono-dev] Strange mono behaviour on Oracle

2006-06-29 Thread Daniel Morgan
Hi,   It is best to reply to the list because private email can get lost, such as, spam filter.  I found your email in my spam folder.   I will look into it. - Original Message From: APS <[EMAIL PROTECTED]>To: Daniel Morgan <[EMAIL PROTECTED]>Sent: Thursday, June 22, 2

Re: [Mono-dev] Monodevelop, gtk# etc

2006-06-30 Thread Daniel Morgan
Dissecting a C# Application: Inside SharpDevelop http://www.apress.com/free/download_free.html You probably can get information about SharpDevelop (#D) from http://www.icsharpcode.net/OpenSource/SD/Default.aspx Mono (Developer's Notebook) by Edd Dumbill, Niel M. Bornstein You can get this b

[Mono-dev] Snippets in mcs

2006-07-07 Thread Daniel Morgan
John, This is awesome! I love seeing snippets, examples, and samples in mcs. I wish we did this with other class libraries. I remember trying gtk+ back in 1998. I liked how it actually included examples to play with. This sure cuts the learning curve in half. So, if mono release tarball

[Mono-dev] Paco's Combined Mono and Gtk# Experimental Windows Installer

2006-07-11 Thread Daniel Morgan
I was wondering if Paco or someone could create a new combined Mono and Gtk# Windows Installer using the latest Mono 1.1.16, gtk#, gnome and gtk+ dependencies to build and run MonoDevelop on Windows. Wade from Novell perhaps? One of the things is to have gtk# 2.4 including gtkhtml and gtkso

[Mono-dev] Mono Bridge to OpenOffice.org

2006-07-25 Thread Daniel Morgan
I would like to programmatically create OpenDocument spreadsheets and text documents using Mono and C#. I'm currently using Ubuntu 6.0.6 LTS. How do I get a binary add-in of this Mono bridge to work with the OpenOffice.org that comes with Ubuntu? I'm not brave enough to build ooo-build just to g

[Mono-dev] Using ikvm.net and java as a bridge to open office.org from mono and C#

2006-08-10 Thread Daniel Morgan
Basically, I would like to write applications in C# that can create OpenDocument text documents in OpenOffice.org 2.0. However, I have found the Mono bridge to openoffice.org is not available on many Linux distributions because the libuno_cil.dll must be built on Windows because it's written in Ma

Re: [Mono-dev] [MonoDevelop] OdbcDataAdapter.Fill method

2006-08-16 Thread Daniel Morgan
Tony, Are you sure this message was meant for the MonoDevelop IDE List? Maybe you meant the Mono Development List instead? I forwarded your message to mono-devel-list. --- Tony Gu <[EMAIL PROTECTED]> wrote: > Suresh, > > I got the problem on OdbcDataAdapter.Fill when the > table column data t

Re: [Mono-dev] Mono 1.1.17 ASP.NET Problem

2006-08-30 Thread Daniel Morgan
Visual Studio.net is an IDE which automatically adds references to many assemblies in the project file. Mono/XSP/mcs are not an IDE; they are the CLI runtime, web server, and C# compiler. This can be compared to Microsoft's CLR/IIS/csc. Have you tried building your ASP.NET projects without the

Re: [Mono-dev] Adding an entry to Monologue

2006-09-04 Thread Daniel Morgan
Gonzalo would probably be the best person to ask about getting ATOM to work with Monologue. I think Tor Lilqvist's blog is ATOM but somehow shows up on planet.gnome.org. As far as I know about blogs, they are "personal" web logs. I emphasize personal -- meaning they can be whatever you want it b

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-09-20 Thread Daniel Morgan
Does your insert statement work in sqlplus? Also, does your test case work on microsoft .net? Have you used this: OracleParameter parm = new OracleParameter(":name", OracleType.NVarChar); Which has OracleType of NVarChar instead of VarChar. And in your table you created, have it created with N

[Mono-dev] Build mono from svn on Solaris Express x86

2006-09-27 Thread Daniel Morgan
I have a problem running autogen.sh when building Mono from svn on solaris express build 46 x86. configure error building mono from svn on solaris x86 ./configure: line 22795: syntax error near unexpected token `BASE_DEPENDENCIES,'./configure: line 22795: ` PKG_CHECK_MODULES(BASE_DEPENDENCIES, gl

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Daniel Morgan
Two things you ought to look at that may help you in your research: 1. Mono.Cecil 2. Mono Managed Runtime There is Mono.Cecil which allows you to do more than what System.Reflection can provide. It is also included with Mono. http://www.mono-project.com/Cecil There is Joshua Tauberer’s Mono Mana

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Daniel Morgan
What versions are required? autoconf 2.59 automake 1.9.6 --- Zoltan Varga <[EMAIL PROTECTED]> wrote: > Hi, > > You may have very old versions of > autoconf/automake etc. > >Zoltan > > On 9/28/06, Daniel Morgan <[EMAIL

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-10-02 Thread Daniel Morgan
Yeah, I tried looking at it the other day, but I have no idea how to test unicode stuff. Maybe eno on GimpNet IRC #mono can help you. He may not be able to help with Oracle, but he knows unicode very well. jonp is another good person to to talk to. If possible, write a Windows.Forms application

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Daniel Morgan
Thanks miguel. That helped. I am using subversion because I like to build it myself so I can make changes to it. :-) export ACLOCAL_FLAGS="-I /usr/share/aclocal" I used these links to help me: http://home.comcast.net/~jonel.rienton/2005/04/solaris-10-x86-and-mono.html http://www.genunix.org/

Re: [Mono-dev] Compiling current svn?

2006-10-09 Thread Daniel Morgan
You should not build with eglib. Unless, you are helping Miguel and Gonzalo with eglib. You should be building with glib 2.0 or higher. --- Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > Hi all > > Apologies if this appears twice - I sent it from a > wrong address initially. > > Hi there

Re: [Mono-dev] Trying to use uno binding for mono

2006-10-16 Thread Daniel Morgan
You will not get much replies on the mono lists. Try the OpenOffice.org Ximian Edition mailing list. http://lists.ximian.com/mailman/listinfo/openoffice As far as I know, the UNO Bridge for the CLI only works on .NET/Windows. You need a special UNO Bridge for Mono which is only available via

[Mono-dev] Trying to use uno binding for mono - OpenOffice.org

2006-10-17 Thread Daniel Morgan
Thought others might be interested. --- Hubert FONGARNAND <[EMAIL PROTECTED]> wrote: > Subject: Re: [Mono-dev] Trying to use uno binding > for mono > From: Hubert FONGARNAND > <[EMAIL PROTECTED]> > To: Daniel Morgan <[EMAIL PROTECTED]> > Date: Tue, 17 Oct

Re: [Mono-dev] FirebirdClient 2.0 and mono

2006-10-24 Thread Daniel Morgan
What NotImplementedExceptions are you getting? I love to see a v2.0 of the .net firebird provider. Of course, that's up to Miguel. Just an idea, maybe we could have the firebird 1.7 provider only build with the NET_1_1 profile and have the new firebird 2.0 build with the NET_2_0 profile only.

Re: [Mono-dev] Updated Moma Results.

2006-12-05 Thread Daniel Morgan
How do you plan to handle methods which p/invoke into native libraries on Win32? I would hope this could be handled in a cross-platform way for Windows, Linux, etc... Such as, GetPrivateProfileString is very common for me to use. I know INI File handling is not the normal thing to do these days,

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-08 Thread Daniel Morgan
No one is maintaining the Mono.Data.TdsClient. Mono.Data.SybaseClient might be better. Both of these including System.Data.SqlClient use Mono.Data.Tds which implements the TDS protocol. However, your database is old, so it may not work. Could be something with unicode encoding or language chara

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Daniel Morgan
> Server=mono-server,5000;Database=monotest;User > > >> ID=monotester;Password=monotester > > >> > > >> SQL# \Provider Sybase > > >> The default Provider is LOADEXTPROVIDER > > >> Assembly: Mono.Data.SybaseClient, > Ver

Re: [Mono-dev] ASP.NET MySql connection

2006-12-18 Thread Daniel Morgan
You are using the wrong classes. System.Data.SqlClient is for Microsoft SQL Server clients. MySql.Data is for MySQL clients. --- Dariusz Linowski <[EMAIL PROTECTED]> wrote: > Hello, > > I've tried use the mono ASP.NET and meet some > problem with connection > to mysql database. I created ASP.N

<    1   2