Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-06-01 Thread Daniel Morgan
How well does SDR Sharp work on Mono on Linux? Does it work with the SoftRock SDR? I'm tempted to buy one of those SoftRock SDRs. Can't beat it for US$21. On May 17, 2013, at 7:24 PM, Daniel Lo Nigro wrote: > They should be able to replicate the same issue in Visual Studio by setting > t

Re: [Mono-list] Oracle Managed Data Provider (ODP.NET)

2012-10-22 Thread Daniel Morgan
Hey Paco. Long time no see. I added the feature requests for mono and a fully managed odp.net driver. The fully managed driver isn't so fully managed after all. There are DllImports to kernel32.dll. But still, i tried running it on mono on windows, and it still failed. Some globaliztion F

[Mono-list] Oracle Managed ODP.NET Beta

2012-09-30 Thread Daniel Morgan
The beta for the fully managed edition of the ODP.NET provider fails to work on Mono. Oracle Data Provider for .NET, Managed Driver Beta 11.2.0.3.50 http://www.oracle.com/technetwork/database/windows/downloads/odpmbeta-1696432.html I am running Mono on Windows 7 32-bit. Mono is version 2.11.4 f

Re: [Mono-list] GTKsharp 3

2012-09-12 Thread Daniel Morgan
Mike Kestner is the maintainer of Gtk#.  However, I agree.  If he does not have time no more, then someone should become the new maintainer of gtk#. Gtk# can be found here at Github.  You will see changes have been made for gtk+ 3.0.   And you will see custom files have been moved to partial cla

Re: [Mono-list] Which GUI?

2012-09-10 Thread Daniel Morgan
Are you interested in a web or client-side GUI? http://www.mono-project.com/Gui_Toolkits  ASP.NET WebForms.  Use a JavaScript library to do your drawing.  Maybe use an HTML5 canvas? Microsoft ASP.NET MVC might be included since it is MVC is open source. Moonlight (Silverlight) is dead, but it

Re: [Mono-list] Mono for mips endian little 32 bit

2012-09-07 Thread Daniel Morgan
I think one of the mono runtime hackers could better answer your question, but I will try. See this link for Supported Platforms for Mono http://www.mono-project.com/Supported_Platforms  You will see MIPS on Linux.  MIPS is only supported by the community. http://www.mono-project.com/Mono:MIPS 

Re: [Mono-list] rlwrap with sqlsharp

2012-08-24 Thread Daniel Morgan
No idea. The sqlsharp SQL query tool needs a complete rewrite.  But, it also needs to stay lean because it is included with Mono. If someone did such a rewrite, I would use getline.cs found in the csharp tool as Mono.Terminal.LineEditor.  This would be able to provide the command history you'r

Re: [Mono-list] Alternative to embedded Windows Media Player

2012-03-11 Thread Daniel Morgan
Oops.  I meant to sent this to the mono-list. I would do an internet search for Banshee music player.   Hopefully, you have your application written in layers:  user interface layer separate from your media player layer and your business logic in-between.   Banshee http://banshee.fm/ Even th

Re: [Mono-list] Jay download

2012-03-05 Thread Daniel Morgan
Jay is not only used for Mono's C# compiler, but it is also used for the expression parsing in System.Data and is used for ILASM. Jay is included with Mono.   It is the source tree at mono/mcs/jay GPGP is a generator for LALR(1) parsers. It accepts a “YACC/BISON-like” input specification and

Re: [Mono-list] Problem accessing an Access database in C#

2011-10-15 Thread Daniel Morgan
OLE-DB in namespace System.Data.OleDb is not supported on Mono.  OLE-DB is not maintained. There are some old bindings internally to libgda; however, libgda breaks backwards compatibility all the time.  Going this route is a big waste of time. Because OleDb is part of the System.Data.dll assem

Re: [Mono-list] Mono Project: Next Steps

2011-07-07 Thread Daniel Morgan
that go back the beginning: http://ftp.novell.com/pub/mono/archive/old/ From: jmalcolm To: mono-list@lists.ximian.com Sent: Wednesday, July 6, 2011 2:18 PM Subject: Re: [Mono-list] Mono Project: Next Steps Daniel Morgan wrote: > > Can you include

Re: [Mono-list] Mono Project: Next Steps

2011-07-06 Thread Daniel Morgan
Can you include the old and ancient releases of mono too? Case for keeping old releases: Just last night I could not figure out to get jay to work for me in a mono-2.10.2 release.  I was trying to build your csharp and Mono-CSharp without using mono's build system.  So, I found an ancient relea

Re: [Mono-list] Connecting to Oracle as SYSDBA

2010-11-23 Thread Daniel Morgan
The API of System.Data.OracleClient nor its connection string provide a way for you to connect as sysdba. This is a known limitation. If you were using .net on windows, I would suggest for you to use odp.net from oracle. However, odp.net does not work on mono. DBA Privilege is not a valid

Re: [Mono-list] Connecting to a database (VB)

2010-11-02 Thread Daniel Morgan
--- On Mon, 11/1/10, ma...@manfbraun.de wrote: > From: ma...@manfbraun.de > Subject: RE: [Mono-list] Connecting to a database (VB) > To: "'Daniel Morgan'" , "'mono-list'" > , p...@all-the-johnsons.co.uk > Date: Monday, November 1, 2010, 1:17

Re: [Mono-list] Connecting to a database (VB)

2010-11-01 Thread Daniel Morgan
Mono's SqlClient supports Integrated Security (NTLM), but you must be on a true windows domain. A workgroup does not count. You also have to give your windows domain user id and password. On Mono's SqlClient, you have to give your windows domain credentials because Mono is not integrated with

Re: [Mono-list] GStreamer#

2010-10-19 Thread Daniel Morgan
Forget about Gstreamer#. As far as I know, nobody is maintaining it. Take a look at the Banshe Project to see how they use Gstreamer. http://banshee.fm/contribute/write-code/ libbanshee might be a native library that wraps gstreamer. Banshee then uses libanshee. --- On Tue, 10/19/10, carbos

Re: [Mono-list] MonoDroid Beta

2010-10-04 Thread Daniel Morgan
Can you reconsider me and invite me into the MonoDroid beta please? Or the next beta, please open it publicly to anyone who registers? --- On Fri, 10/1/10, Daniel Morgan wrote: > From: Daniel Morgan > Subject: [Mono-list] MonoDroid Beta > To: mono-list@lists.ximian.com > Date: Fri

[Mono-list] MonoDroid Beta

2010-10-01 Thread Daniel Morgan
I was hoping to get a invite to the MonoDroid beta, but I haven't even though I signed up. Originally when I signed up, I had answered one of the questions that I did not download the Android SDK. However, this has changed. I have since download the Android SDK and been playing with the virut

Re: [Mono-list] Recommended approach for embedding VLC in a Mono app?

2010-05-14 Thread Daniel Morgan
Personally, I think the banshee project should release their C# bindings to gstreamer and other media systems so others could use it in their projects. --- On Fri, 5/14/10, Steve Ricketts wrote: > From: Steve Ricketts > Subject: Re: [Mono-list] Recommended approach for embedding VLC in a Mono

Re: [Mono-list] Class status page for OracleCommandBuilder.DeriveParameters shows it implemented but throws not implemented error

2010-05-04 Thread Daniel Morgan
I would imagine you would look up view SYS.ALL_ARGUMENTS to get the arguments on a stored procedure. You would have to translate the oracle type string to an OracleType .net type. Here is sample code to look up ALL_ARGUMENTS. // get procedures/functions for a given stored pac

Re: [Mono-list] libtool: link: unsupported hardcode properties

2009-12-24 Thread Daniel Morgan
Make sure g++ installed. Installing gcc does not mean g++ gets installed too. And make sure libtool is installed. Do a make clean and run ./configure again. --- On Thu, 12/24/09, vasyav wrote: > From: vasyav > Subject: [Mono-list] libtool: link: unsupported hardcode properties > To: mono-

Re: [Mono-list] [Mono-aspnet-list] sqlite questions?

2009-11-03 Thread Daniel Morgan
Npgsql developers have re-licensed Npgsql under the BSD license. http://fxjr.blogspot.com/2007/08/npgsql-license-changed-to-bsd_27.html Npgsql http://npgsql.projects.postgresql.org/ Plus, Npgsql has (copied from the Npgsql web page): # Support for .Net 2.0 and 3.5 # Entity Framework (EF): In ord

Re: [Mono-list] [ANN] DeveelDB 0.9.6 released!

2009-10-30 Thread Daniel Morgan
Antonello , I downloaded the source and the windows binaries. Where is the installations directions? An install.txt or readme.txt file? Do you have any examples? Example SQL scripts to create a database with sample tables, views, etc...? Example C# client application that connects to the datasba

Re: [Mono-list] mono oracle support and Nhibernate

2009-10-22 Thread Daniel Morgan
those , I just dont want to do it if someone else is already working on it. thanks scott Daniel Morgan-3 wrote: There is GetSchema support for tables, table columns, views. Indexes, keys, procedures, and procedure arguments are a TODO. This is in svn and will be in Mono 2.6 whenever it is

Re: [Mono-list] mono oracle support and Nhibernate

2009-10-22 Thread Daniel Morgan
There is GetSchema support for tables, table columns, views. Indexes, keys, procedures, and procedure arguments are a TODO. This is in svn and will be in Mono 2.6 whenever it is released. Sent from my iPhone On Oct 22, 2009, at 4:07 PM, srf wrote: I was wondering if anyone is currently wor

Re: [Mono-list] Mono and Oracle OCI character set encoding

2009-09-09 Thread Daniel Morgan
When you use OCIUnicodeToCharSet, you are suppose to call it twice. 1. To get the size of the buffer. See null being passed in. 2. To fill the buffer using the size you got from 1. 485 // Get size of buffer 486 status = OciCalls.OCIUnicodeToCharSet (statement.Parent, null, svalue, ou

Re: [Mono-list] Mono and Oracle OCI character set encoding

2009-09-09 Thread Daniel Morgan
I was considering forking System.Data.OracleClient myself to get missing features that are found in ODP.NET, but I haven't. Are you keeping this fork in some public source code repository? This would allow others to contribute patches. --- On Wed, 9/9/09, James Dalton wrote: > From: James

Re: [Mono-list] does mono support int32

2009-09-08 Thread Daniel Morgan
Functions in vb.net require parentheses. Also, the conversion will fail if there was an overflow. You did not specify the exact error message. --- On Tue, 9/8/09, Adam Tauno Williams wrote: > From: Adam Tauno Williams > Subject: Re: [Mono-list] does mono support int32 > To: "mono-list" > Da

Re: [Mono-list] Monotouch Package

2009-08-14 Thread Daniel Morgan
You have to signup for the MonoTouch Beta here. http://spreadsheets.google.com/viewform?hl=en&formkey=dHRXeFI5b1NjUWdRRkpiSmxkanh6T1E6MA.. --- On Fri, 8/14/09, kumar sethuraman wrote: > From: kumar sethuraman > Subject: [Mono-list] Monotouch Package > To: mono-list@lists.ximian.com > Date: Fri

[Mono-list] Fw: Re: GetUpdateCommand/ExecuteNonQuery adapter.Update

2008-12-09 Thread Daniel Morgan
--- On Tue, 12/9/08, Daniel Morgan <[EMAIL PROTECTED]> wrote: > From: Daniel Morgan <[EMAIL PROTECTED]> > Subject: Re: [Mono-list] GetUpdateCommand/ExecuteNonQuery adapter.Update > To: "Wolfgang Mauer" <[EMAIL PROTECTED]> > Date: Tuesday, December 9, 2

Re: [Mono-list] Solved:- Oracle Client Connection: Connection parameter not supported

2008-10-21 Thread Daniel Morgan
The documentation on the wiki was updated based on a commit (check-in) to mono's subversion repository. However, this commit was done after the branch for mono-2.0 was done. I will try to back-port this and other fixes for oracle to the mono 2.0 branch. --- On Tue, 10/21/08, Gary Hodgson <[E

Re: [Mono-list] [Mono-dev] Idea for use MonoCharge under Windows

2008-09-10 Thread Daniel Morgan
This will not work if the runtime changes - more specifically, one of the internal calls changes. If so, then the mono runtime will need to be re-built. If you're going to build the latest, you might as well learn Subversion and Cygwin. --- On Wed, 9/10/08, Petit Eric <[EMAIL PROTECTED]> wrot

[Mono-list] Approving Patches for Mono 2.0 Branch

2008-09-04 Thread Daniel Morgan
oked > from mono > To: mono-list@lists.ximian.com > Date: Thursday, September 4, 2008, 3:15 PM > Really!!..but how do i make work this stuff in my machine? > What is svn?.I am > a newbie. > > > Daniel Morgan-3 wrote: > > > > Ok. I fixed your bu

Re: [Mono-list] re f cursor issue in oracle stored procedure invoked from mono

2008-09-04 Thread Daniel Morgan
1.9.1, that there is ref cursor support, > which means no cursor > support in previous versions? > > > Daniel Morgan-3 wrote: > > > > DbDataAdapter uses ExecuteReader and the returned > reader to populate the > > data table. If you try your example with > Ex

Re: [Mono-list] re f cursor issue in oracle stored procedure invoked from mono

2008-09-02 Thread Daniel Morgan
DbDataAdapter uses ExecuteReader and the returned reader to populate the data table. If you try your example with ExecuteReader and then try to get the data reader from the parameter, it will fail because you will have DBNull.Value. At least this is what you get on .net 2.0. My advice is to u

Re: [Mono-list] re f cursor issue in oracle stored procedure invoked from mono

2008-09-02 Thread Daniel Morgan
" + e.Message); Console.Error.WriteLine(e); } con.Close(); con = null; } } --- On Tue, 9/2/08, Daniel Morgan <[EMAIL PROTECTED]> wrote: > From: Daniel Morgan <[EMAIL PROTECTED]> > Subject: Re: [Mono

Re: [Mono-list] re f cursor issue in oracle stored procedure invoked from mono

2008-09-02 Thread Daniel Morgan
Have you tried building mono from svn? Also, can you file a bug in bugzilla please? --- On Tue, 9/2/08, sumesh0710 <[EMAIL PROTECTED]> wrote: > From: sumesh0710 <[EMAIL PROTECTED]> > Subject: [Mono-list] re f cursor issue in oracle stored procedure invoked > from mono > To: mono-list@lists.xim

[Mono-list] Moonlight 0.8 - Where are they Release Notes

2008-08-18 Thread Daniel Morgan
As Eno pointed out, where are the release notes for Moonlight 0.8? Is Moonlight good enough to watch video from http://www.nbcolympics.com/ on Linux now? --- On Fri, 8/15/08, Rusty Howell <[EMAIL PROTECTED]> wrote: > From: Rusty Howell <[EMAIL PROTECTED]> > Subject: [Mono-list] Moonlight 0.8 Re

Re: [Mono-list] Mono Bugs

2008-06-25 Thread Daniel Morgan
gzilla > maintainer > is on vacation this week, so it likely wont be fully > resolved until > early next week unfortunately. > > -g > > On Wed, 2008-06-25 at 14:04 -0700, Daniel Morgan wrote: > > Is there a reason I must login to see a bug for mono? > &

[Mono-list] Mono Bugs

2008-06-25 Thread Daniel Morgan
Is there a reason I must login to see a bug for mono? If yes, this will greatly reduce the number of people willing to look at a bug. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Oracle Providers for ASP.Net under Mono?

2008-05-21 Thread Daniel Morgan
I seriously doubt the oracle providers for asp.net will work with mono because oracle does not support its products on mono. --- Ferdinand Funke <[EMAIL PROTECTED]> wrote: > Hello, > I am creating an ASP.Net Application using Mono > (1.9) and an Oracle > database. To make it easier for me I'd

Re: [Mono-list] Cross-platform GUI Applications

2008-03-20 Thread Daniel Morgan
I would go with the top first, and then the next... ASP.NET GTK# System.Windows.Forms I have found GTK# to be good on Windows, Linux, and Solaris. I have read it works good on Mac OS X natively too. However, if you want to use gtk# on windows, try to stay away from Gnome-specific stuff. --- L

Re: [Mono-list] How do you manually install the runtime environment of Mono on Windows (Vista)?

2008-03-05 Thread Daniel Morgan
Use the Windows Installer on a test/development machine. Install to a path like C:\mono-1.2.6 Do not install in a path like C:\Program Files\Mono-1.2.6 Zip up the results. The problem with a manual install is that the installer generates scripts based on your installation path. The installer

Re: [Mono-list] System.Data.OracleClient on z/Linux - 64-bit - Big-endian

2008-02-14 Thread Daniel Morgan
After some discussion on IRC, this what some helpful people gave me. Marshal an IntPtr since it is the size of a native pointer. I believe an IntPtr can be casted to an int or long and vice-versa. http://www.mono-project.com/Interop_with_Native_Libraries --- Daniel Morgan <[EMAIL PROTEC

Re: [Mono-list] System.Data.OracleClient on z/Linux

2008-02-14 Thread Daniel Morgan
urce: " + > dbcon.DataSource); > >OracleCommand dbcmd = dbcon.CreateCommand (); >string sql = "SELECT * FROM dual"; >dbcmd.CommandText = sql; >OracleDataReader reader = dbcmd.ExecuteReader > (); >while (reader.Read ()) { > System.Console.WriteLine( ".&q

Re: [Mono-list] System.Data.OracleClient on z/Linux

2008-02-11 Thread Daniel Morgan
I don't think the OracleClient provider has been tested with z/Linux. The provider has mainly been tested on 32-bit x86 platforms (little-endian), such as, Linux, Windows, and Solaris x86. Some questions: 1. is z/Linux big-endian or little-endian? 2. is z/Linux 32-bit or 64-bit? Most of the prob

Re: [Mono-list] Sept 14th: MonoDevelop Bug Day

2007-09-10 Thread Daniel Morgan
I understand this maybe low-priority for you, but I would like to see it fixed - get MonoDevelop to build and run on Win32 - at least console projects building and running out-of-the-box would be nice. I think it would be a stretch to ask for the asp.net and gtk# designers to work too -- however

Re: [Mono-list] Oracle/OCI Thread Abort?

2007-08-02 Thread Daniel Morgan
I don't know the answer to OCI. However, I do know the Oracle provider is NOT thread-safe. Is the oracle client provider in microsoft .net framework thread-safe? If yes, any recommendations on how to make the provider thread-safe? --- cabes <[EMAIL PROTECTED]> wrote: > > Greetings! I'm ru

[Mono-list] Download Web Page at www.mono-project.com

2007-07-10 Thread Daniel Morgan
The link for the linux installer and other downloads for mono use ftp. I am unable to download via ftp. Can Novel provide an alternative download via http please? ftp://www.go-mono.com/archive/1.2.4/linux-installer/6/mono-1.2.4_6-installer.bin Again, please can you provide http downloads? Thank

Re: [Mono-list] Ingres - db connection provider

2007-05-24 Thread Daniel Morgan
You could always use System.Data.Odbc with an ODBC driver for Ingres. --- Grzegorz Sobanski <[EMAIL PROTECTED]> wrote: > Hi. > > I want to connect to an Ingres DB from mono > application. > I tried both the .NET 2.0 and 1.1 modules from > Ingres community, but > both do not run, because > Syst

[Mono-list] GTK+ on Mono Windows Installer 1.2.4

2007-05-16 Thread Daniel Morgan
Since menus were not showing properlY, I took the gtk+ runtime from Pidgeon (used to be called Gaim) and put it in my mono installation prefix. Now, the menus show up properly. This is on windows vista. According to pidgeon, the gtk+ runtime is 2.10.11. I tested this via SQL# GTK. _

[Mono-list] Download Mono 1.2.4

2007-05-16 Thread Daniel Morgan
Are the servers overwhelmed? I can get to http://www.mono-project.com/ and the downloads page, but I am unable to download the windows installer. Should we start mirrowing mono releases now? Give spam t

Re: [Mono-list] Mono bindings to OpenOffice.org

2007-04-19 Thread Daniel Morgan
gt; openoffice basic, and mono call oo.org (with > Process.Execute) and tell > oo.org to execute the macro. I've rewritten this > program yesterday with > oo.org bindings and it works well! > > I've not found for instance any problem with the > bindings... > >

Re: [Mono-list] Port MSSQL implementation as well

2007-03-02 Thread Daniel Morgan
There is Sybase Adapter Server Enterprise and VistaDB which are similar to Microsoft SQL Server. Sybase runs on Linux and Windows. Mono has a data provider for Sybase. VistaDB 3.0 is fully managed so it should run on Windows and Linux. VistaDB 3.0 has support for Mono. As in other emails: MySQ

Re: [Mono-list] [ANNOUNCE] Call for beta testers and developers on Minosse RDBMS

2007-02-12 Thread Daniel Morgan
t at my attention that gross bug on > MinosseConnection > class. I would like to post binary files once this > major bugs will be > all fixed (although I strongly believe that they > should be located > only in the *.Client namespace, since it is the > latest one, added ju

Re: [Mono-list] [ANNOUNCE] Call for beta testers and developers on Minosse RDBMS

2007-02-12 Thread Daniel Morgan
Login() ? http://minossedb.svn.sourceforge.net/viewvc/minossedb/trunk/minossedb/Deveel.Data.Minosse.Client/MinosseConnection.cs?view=markup --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > Great! > > Does Minosse RDBMS build and run on Mono? > > On what platforms does it

Re: [Mono-list] [ANNOUNCE] Call for beta testers and developers on Minosse RDBMS

2007-02-12 Thread Daniel Morgan
Great! Does Minosse RDBMS build and run on Mono? On what platforms does it build and run? Linux, Windows, MacOS, Solaris, FeeBSD, etc.? Does Minosse RDBMS build and run on Microsoft .NET Framework? Also, where can we download it? Do you have a source tarball or zip file? What about a binar

[Mono-list] Mono WinForms Problems Connecting to Sql 2005

2007-02-03 Thread Daniel Morgan
Note: if you are using Windows Authentication, your SQL Server and the client computer connecting to this SQL Server must be on a real Windows NT/2000/2003 Domain for Windows Authentication to work. Samba may work, but I'm not sure. Also, with Mono, you must include your Windows NT/2000/2003 Do

Re: [Mono-list] Mono WinForms Problems Connecting to Sql 2005

2007-01-27 Thread Daniel Morgan
How does you connection string look like? You can rename your actual user id and password to . Are you using an instance name in your connection string? You mentioned you are connecting via SQL Server Authentication. Have you increased the CONNECTION TIMEOUT? The default is 15 seconds.

[Mono-list] Pure C# Library for Programmatically Creating OpenDocument files

2007-01-19 Thread Daniel Morgan
Is there any free/open source software written in pure C# or other CLR language for programmatically creating OpenDocument files - namely Text Documents and Spreadsheets? It would have to run on both Microsoft .net framework and Mono on Linux and Windows. __

Re: [Mono-list] Deployment assistance

2006-11-03 Thread Daniel Morgan
A script also could be used on Windows to call MonoLaunch instead of mono. MonoLaunch will not show a Console window. http://forge.novell.com/modules/xfcontent/downloads.php/monowin32/Runtime%20selector/ --- "Rodney J. Dyer" <[EMAIL PROTECTED]> wrote: > Lee wrote: > > > > > > > >> Having

Re: [Mono-list] System.InvalidCastException in Npgsql

2006-10-22 Thread Daniel Morgan
Only one table is shown because the InvalidCastException was thrown which stopped sqlsharpgtk from getting anymore meta data. This is a known issue. This is resolved in subversion. > I noticed also that sqlsharpgtk shows only first > PostgreSQL table in table > list. This occurs also in 1.1.17 .

Re: [Mono-list] System.InvalidCastException in Npgsql

2006-10-22 Thread Daniel Morgan
Npgsql and Mono are okay. There is a bug in sqlsharpgtk. In subversion, this has been fixed. You can read about anonymous subversion access here. http://www.mono-project.com/AnonSVN This how you would use subversion to get sqlsharpgtk from the subversion trunk. svn co svn://svn.myrealbox.com/s

Re: [Mono-list] FW: MySql Connector

2006-10-20 Thread Daniel Morgan
Before you set your data adapter and command to null, try using Dispose(). I don't have the docs in front of me right now to see if data adapter has a Dispose(), but I do know command does. --- Damien Churchill <[EMAIL PROTECTED]> wrote: > Yeah I would have thought that as well, but that's > on

Re: [Mono-list] Npgsql 1.0 Released!!

2006-10-17 Thread Daniel Morgan
Nice work Francisco! Feel free to email the mono lists or provide patches to Mono to make sure that Npgsql can fully support ADO.NET 2.0 features. --- "Francisco Figueiredo Jr." <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi all, > > I'd like to say that

[Mono-list] Portability Layer and MonoDevelop

2006-10-05 Thread Daniel Morgan
After reading monologue, I noticed it mention many Windows programmers fail to use the portability code for paths. I wanted to mention that many Linux programmers do this too with Mono. They hard-code paths such as "\usr\local\bin\somefile" when this does not exist on Windows unless they are ru

Re: [Mono-list] DB2 Status? (db2_36.so and DB2 9 Viper, etc)

2006-09-04 Thread Daniel Morgan
t;[EMAIL PROTECTED]> wrote: > Actually, I don't see any db2_xx.so files in my db2 > installation at all. > > Anyway, is there any documentation for going the > ODBC route? > > Thanks, > Jess > > > On 9/2/06, Daniel Morgan <[EMAIL PROTECTED]> > wrote:

Re: [Mono-list] DB2 Status? (db2_36.so and DB2 9 Viper, etc)

2006-09-02 Thread Daniel Morgan
Take a look at you mono_prefix/etc/mono/config file. The filename is just config. Look for a dllmap entry. Change the target to whatever shared library you have. If there is no entry there add it. An example: Or. Or. dll is the library it is looking for or whatever it is defined in the

Re: [Mono-list] The type or namespace `Npgsql' could not be found in xsp2

2006-08-23 Thread Daniel Morgan
Just a guess. Maybe you need an assembly tag at the top of your index.aspx --- Eduardo Sanchez <[EMAIL PROTECTED]> wrote: > Hi!, > I'm testing mono+pgsql with xsp2, but keep getting > the error: > > "The type or namespace `Npgsql' could not be found" > > I'm using CodeFile atribute in my inde

Re: [Mono-list] Can anyone recommend a DB query analyzer app that will run using Mono on Windows?

2006-07-23 Thread Daniel Morgan
A table designer would require a lot of support from Mono.Data.Sql which MonoQuery uses for database object meta data. See the TODO fil. Feel free to update this file. MonoQuery does have a table explorer (most often referred as a table browser). It gives the the list of columns and their defin

Re: [Mono-list] Can anyone recommend a DB query analyzer app that will run using Mono on Windows?

2006-07-23 Thread Daniel Morgan
does work on > Windows my hope is to find something that can be > used in .NET and Mono. > > Regards > > Bill > > > -----Original Message- > From: Daniel Morgan [mailto:[EMAIL PROTECTED] > Sent: 23 July 2006 02:05 > To: Bill Seddon; mono-list@lists.

Re: [Mono-list] Can anyone recommend a DB query analyzer app that will run using Mono on Windows?

2006-07-22 Thread Daniel Morgan
MonoDevelop IDE has a add-in called MonoQuery. However, MonoDevelop does not really work on Windows right now. http://www.monodevelop.org/ MonoDevelop is an IDE ported from SharpDevelop using System.Windows.Forms as the GUI running on Microsoft .NET Framework to using GTK# as the GUI running on

Re: [Mono-list] Mono Mugs? Shirts? where they at?

2006-07-13 Thread Daniel Morgan
I would love to buy some t-shirts or coffee mugs with Mono on them. For the shirts, please have themn available in big sizes such as 3XL. Golf shirts would be nice with a little Mono logo on them so I could wear them to work and wear it proudly. It could be used to pay bounties on new mono featu

Re: [Mono-list] An exception was thrown by the type initializer - System.Drawing.Text.PrivateFontCollectionm on Mac

2006-07-10 Thread Daniel Morgan
You should show the trace for this exception. In it, you might be able to see why it didn't load the class. Could it be you do not have libgdiplus.dynlib? Or maybe need to modify a config file to map the dll? I do not use Mac so I am only guessing here. - Original Message From: Mart

Re: [Mono-list] mono+asp.net+oracle

2006-05-22 Thread Daniel Morgan
I haven't tried the ASP.NET 2.0 features, so I can not comment on them.   However, the ASP.NET 1.1 features should work well with Oracle.   See http://www.mono-project.com/Oracle  which will give you an idea how complete System.Data.OracleClient is.   Even when using NET_2_0 profile in Mono, the N

Re: [Mono-list] Mono 1.1.10 + System.NotImplementedException

2006-04-05 Thread Daniel Morgan
What is your connection string?   Does it have the connection parameter "Persist Security Info=false" in it?  Just remove this connection parameter.Mireia <[EMAIL PROTECTED]> wrote: Hi all,I have installed Mono 1.1.10 to work with ASP.NET, using the installer. Todo some tests, I start the XSP serv

Re: [Mono-list] mod_mono and SQLite

2006-02-03 Thread Daniel Morgan
SQLite3.dll is the SQL Lite version 3 data engine and is a native shared library for Win32.  It is not an assembly.    Is this person running on Linux?  If yes, then they may have the wrong shared library for their operating system.  Did they check their etc/mono/config file to make sure the tar

[Mono-list] Mono and Nokia 770 and mojoPortal

2006-01-27 Thread Daniel Morgan
Please bear with me. I could have written a blog entry, but writing an email is so much easier.   Nice to see Paco running Peditsharp on the Nokia 770.  Now, can sqlite run it on too.  If yes, I would like to see a Mono application that retrieves data from a sqlite database and displays it in a g

Re: [Mono-list] ODBC Problems

2006-01-25 Thread Daniel Morgan
What is the shared library name of ODBC software?   On Windows, it is odbc32.dll On Linux or Unix, it depends on what you have?  iodbc?  unixodbc? something else?   On Linux, unixodbc would have a shared library of libodbc.so and iodbc would have a shared library of libiodbc.so.  However, I

Re: [Mono-list] System.Data.Common.DbDataAdapter

2006-01-01 Thread Daniel Morgan
It was a regression in trying to stub ADO.NET 2.0 new properties and methods.The regression has been fixed in svn.The new properties and methods for ADO.NET 2.O still need to be implemented. Also, various providers, such as, Npgsql, OracleClient, etc... will need to implement these feat

Re: [Mono-list] OpenOffice Support ?

2005-12-18 Thread Daniel Morgan
e.org 2.0 may.  At least, the source of the Ximian Edition of OpenOffice.org 2.0 includes it.xiii29 <[EMAIL PROTECTED]> wrote: Hi, Thanks !I'm under Linux ... Gone work on it :-) !! Daniel Morgan wrote: I don't know of OpenOffice.org 2.0 has support

Re: [Mono-list] OpenOffice Support ?

2005-12-17 Thread Daniel Morgan
I don't know of OpenOffice.org 2.0 has support for Mono out-of-the-box.  You may have to build it yourself.Also, make sure you download the SDK for Open Office.org 2.0.http://www.go-oo.org/wiki/index.php/Mono_IntegrationRead the OpenOffice.org 2.0 Developer's Guidehttp:/

Re: [Mono-list] Mono (on Windows) Registry

2005-11-28 Thread Daniel Morgan
At one time, no, the registry was not important.  It was meant for external third-party software to locate Mono and determine the default CLR.I could have multiple versions of Mono installed, but there will only be one default CLR.  I'm not sure about the latest versions.Jeremiah Peschka

Re: [Mono-list] Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-09-30 Thread Daniel Morgan
I could not get mono to build with csc from ms .net; however, I was able to build mono using mcs installed via the installer. Also what helped, I did not have ms .net anywhere in my PATH. Wade Berrier wrote: - also, as Kornel said, the runtime should not be statically linked, but instead it s

Re: [Mono-list] Building Mono under Cygwin

2005-09-15 Thread Daniel Morgan
In mcs/profiles, edit the win32 make fille.  Change the EXTERNAL_MCS from csc to mcs.   When I build mono on win32, I use mcs since csc seems to have problems.Michael Thomsen <[EMAIL PROTECTED]> wrote: Now I get all the way through the building of the C runtime, but whenI get early on into the buil

Re: [Mono-list] Building Mono under Cygwin

2005-09-13 Thread Daniel Morgan
as a properly set PKG_CONFIG_PATH variable. Any thoughts on what I should do? On 9/13/05, Daniel Morgan <[EMAIL PROTECTED]> wrote: Uninstall the glib2, gtk+ 2, gnome2 stuff from cygwin. Download install the lastest windows installer for mono. Build on Cygwin. Make sure the environmme

Re: [Mono-list] Building Mono under Cygwin

2005-09-13 Thread Daniel Morgan
Uninstall the glib2, gtk+ 2, gnome2 stuff from cygwin. Download install the lastest windows installer for mono. Build on Cygwin. Make sure the environmment variable PKG_CONFIG_PATH is set to C:\mono-1.1.8.3\lib\pkgconfig or wherever you have Mono installed. Do not let spaces be in the installat

Re: [Mono-list] MySQL Connector/NET vs Mono

2005-09-08 Thread Daniel Morgan
If people are having problems running the MySQL Connector/NET on Mono, people could report these bugs to MySQL's bug database or wherever it is or a message to their public forum or mailing list to let them know.   However, I do believe "we" should continue to maintain ByteFX.Data since it works w

[Mono-list] OpenOffice.org and Mono status update

2005-08-26 Thread Daniel Morgan
I heard some people such as Christian Hergert were interested in Mono working with Open Office.org 2.0.   Here is Michael Meek's blog about Open Office.org and Mono working together on SUSE 9.3 Beta2.   http://www.gnome.org/~michael/activity.html#2005-08-23   This links to a wiki detailing how to g

Re: [Mono-list] Mono Bug Day

2005-08-26 Thread Daniel Morgan
There are two email lists that will help: - mono-bugs - mono-patches   If you subscribe to these mail lists, you will be able to get email about a new bug or a change in a bug or its status.  Also, mono-patches will allow you to peer review others code.   Maybe a Pre-Release Days instead of Bug Da

Re: [Mono-dev] Re: [Mono-list] Release notes for upcoming Mono.

2005-08-24 Thread Daniel Morgan
Thanks for the heads up. Maybe this would be a good time for a Bug Day for Mono. Maybe bug day is not the right words as someone brought up on the list. However, I think having a day dedicated for people to get together on IRC and discuss about the release of Mono. Packing the RPMs. Testin

[Mono-list] Add FirebirdSql.Data.Firebird to mcs build

2005-08-21 Thread Daniel Morgan
Firebird is missing in both the Windows and Linux installers. I noticed it does not get built when you build mcs. Can we get Firebird added to the build please? Daniel Morgan wrote: FirebirdSql.Data.Firebird is missing on Windows. Can we get this added please

[Mono-list] Firebird db provider missing from Mono 1.1.8.3 win32 installer

2005-08-20 Thread Daniel Morgan
FirebirdSql.Data.Firebird is missing on Windows. Can we get this added please? ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Mono Bug Day

2005-08-18 Thread Daniel Morgan
Since GNOME is having a bug day, would it be possible that Mono have a Bug Day too?   http://live.gnome.org/Bugsquad/BugDays Yahoo! Mail Stay connected, organized, and protected. Take the tour___ Mono-list maillist - Mono-list@lists.ximian.com http:/

[Mono-list] Mono Database Documentation and Examples

2005-08-17 Thread Daniel Morgan
After seeing programmers struggling to connect to various databases using Mono, I realized we need some documentation and examples to help people get started.     For instance, I could not find in a reasonable amount of time to figure out how to use parameters with ODBC to get data from a PostgreSQ

Re: [Mono-list] Npgsql error

2005-08-05 Thread Daniel Morgan
If you wanted them both to be string, you could have:   string operatingsystem = reader["operatingsystem"].ToString();string nodeid = reader["nodeid"].ToString();   Or if needed the int, you could have:   string operatingsystem = reader.GetString(reader.GetOrdinal("operatingsystem")); int nodeid =

Re: [Mono-list] binary .NET in JVM

2005-08-01 Thread Daniel Morgan
Take a look here for running ASP.NET stuff on J2EE. I'm not sure about win forms stuff. Visual MainWin for J2EE http://www.mainsoft.com/ Felipe Maya wrote: Are There any way to run mono .NET application on Java Virtual Machine? ___ Mono-list

Re: [Mono-list] System.InvalidOperationException: State != Open When trying to access MS SQL Sever Database?

2005-08-01 Thread Daniel Morgan
System.Data.OleDb requires libgda to work.  libgda only works on Linux with GNOME 2.0.  Also, OleDb is not actively maintained.   I suggest using the System.Data.SqlClient or System.Data.Odbc to connect to Microsoft SQL Server.  However for System.Data.Odbc, this will require ODBC and an ODBC drive

[Mono-list] MonoDevelop in Mono Liux Intaller

2005-04-28 Thread Daniel Morgan
Hello, I installed MonoDevelop on FC3 via the Mono Linux Installer. MonoDevelop does not build nor run any projects it creates. How can this be corrected? As of now, I have to go to the command-line and run the make.sh script that MonoDevelop created. This builds successfully, but in a differe

[Mono-list] Mono Linux Installer suggestions

2005-04-26 Thread Daniel Morgan
Works great on Fedora Core 3 Linux! It installs so easily just like the Windows installer. You can not get any easier than this. However, here are issues I found with it so far. I do not know if these have been reported yet or not: 1. gacutil -l fails to run. it can not find /usr/local/mo

  1   2   3   >