[Mono-dev] problem with mono 1.1.12.1

2005-12-27 Thread cartuchoGL
Hello, I have a program will use Datasets and run fine with mono 1.1.9 compiled with gmcs, but with 1.1.12.1 throw an exception System.NotImplementedException, the same app compiled with mcs not fail. This piece of code fail when run if compiled with gmcs //* gmcs -warn:4 Example10.cs -r:Sys

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] problem with mono 1.1.12.1

2005-12-27 Thread cartuchoGL
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 stub out methods and properties to support ADO.NET 2.0. http://svn.myrealbox.com/viewcvs/trunk/mcs/class/System.Data/System.Data.Common/DbDataAdap

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 stub out methods and > propertie

Re: [Mono-dev] problem with mono 1.1.12.1

2006-01-01 Thread Joe Audette
Yes, I confirm the fix testing on r54948 using Suse 10I no longer get the error at System.Data.Common.DbDataAdapter:get_SelectCommand () that I was getting before in retrieving a dataset. Great work Daniel! Cheers, Joe joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.c

Re: [Mono-dev] problem with mono 1.1.12.1

2006-01-02 Thread cartuchoGL
Daniel Morgan wrote: I fix for the regression has been committed to svn. Can you re-test please? At my debian box now it run fine whit r54951, thanks. But at my mac os x box svn code not work. the command './autogen.sh --prefix=/usr/local' out: Running libtoolize... Running aclocal ... Ru