Re: [Mono-dev] ELF runtime path and P/Invoke

2008-01-17 Thread Avery Pennarun
On 17/01/2008, Andreas Färber <[EMAIL PROTECTED]> wrote: > Is there a reason not to add $libdir (i.e. $prefix/lib) to the ELF > runtime path for Mono? > > On Solaris the use of their -R option is being favored over the use of > LD_LIBRARY_PATH in several articles. I thus filed this patch: > https:/

[Mono-dev] ELF runtime path and P/Invoke

2008-01-17 Thread Andreas Färber
Hello, Is there a reason not to add $libdir (i.e. $prefix/lib) to the ELF runtime path for Mono? On Solaris the use of their -R option is being favored over the use of LD_LIBRARY_PATH in several articles. I thus filed this patch: https://bugzilla.novell.com/show_bug.cgi?id=354323 Zoltan poin

Re: [Mono-dev] [PATCH] Add BadImageException to the list of class loading errors

2008-01-17 Thread Zoltan Varga
This is ok to check in. Zoltan 2008/1/17 Rodrigo Kumpera <[EMAIL PROTECTED]>: > Hey guys, > > The attached patch adds BadImageException as one of the exceptions that can > make class loading fail. This should happen if the class super type token is > invalid. > > Rodrigo. > >

[Mono-dev] [PATCH] Add BadImageException to the list of class loading errors

2008-01-17 Thread Rodrigo Kumpera
Hey guys, The attached patch adds BadImageException as one of the exceptions that can make class loading fail. This should happen if the class super type token is invalid. Rodrigo. Index: metadata/class.c === --- metadata/class.c (re

Re: [Mono-dev] Unknown Packet Type Exception

2008-01-17 Thread Jonathan Gagnon
I had the same problem and I just found out a workaround. This problem seems to happen only if you call the SqlConnection.Close more than once in a multithreaded environment. If you call Dispose instead of Close on the connection, that should fix the problem. I will file a bug report since calli

[Mono-dev] SQLDMO

2008-01-17 Thread shawn vose
Curious to know if there is any support for the SQLDMO namespace. My guess is a big no since it is using COM interop If no are there any plans on creating a similar set of libs? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lis

Re: [Mono-dev] Problem integrating CodeDom provider with web application

2008-01-17 Thread David Harms
On 11/01/2008 Jb Evain wrote: > It simply looks like the compiler thinks that this is an option (like > /t:library for instance) instead of a file. Yes, that's it - the provider isn't yet set up to handle *nix paths. Thanks! Dave ___ Mono-devel-list

Re: [Mono-dev] Program Option Parsing Library

2008-01-17 Thread Raja R Harinath
Hi, "Andrés G. Aragoneses" <[EMAIL PROTECTED]> writes: > Jonathan Pryor escribió: >> Now how should localization be handled? Should it? > > If you head for l10n, please include a default option for every program > (like --disable-l10n or something like that) in order to disable it > completely (

Re: [Mono-dev] [Mono-list] Program Option Parsing Library

2008-01-17 Thread Dan Shryock
Ok, good to know, thanks. On Jan 11, 2008 6:49 PM, Jonathan Pryor <[EMAIL PROTECTED]> wrote: > On Fri, 2008-01-11 at 15:18 -0800, Dan Shryock wrote: > > I wanted to give your library a try so I upgraded to mono 1.2.6, and > > tried to compile the attachment using the following line: > > > > gmcs -

Re: [Mono-dev] [Mono-list] Program Option Parsing Library

2008-01-17 Thread Dan Shryock
I wanted to give your library a try so I upgraded to mono 1.2.6, and tried to compile the attachment using the following line: gmcs -langversion:linq -define:TEST Options.cs The compiler gives several errors, all seem to be related to the implicit return types of the lambda function not being con

[Mono-dev] Unknown Packet Type Exception

2008-01-17 Thread Dustin Dobervich
I am using mono with sql server 2005 on ubuntu. I keep getting random exceptions that say Unknown Packet Type. Then it will list the packet type number like 0, 122, 254, etc. I havent been able to find any relevant info on this. I have read on the mono website that sql server2005 is not fully com