Re: [Mono-list] Empty string saved as null in sql server

2009-07-28 Thread Veerapuram Varadhan
Hi Scott, While I look into this in 2.4.2, would you mind trying any of the daily-snapshots of trunk? Thanks, V. Varadhan On Tue, 2009-07-28 at 14:50 -0700, srf wrote: > oh yes, I forgot to mention, it was mono 2.4.2 production release. Were those > patches after this release. If you know that

Re: [Mono-list] Exec task in xbuild not working at all

2009-07-28 Thread Ankit Jain
This is fixed in svn r138900. -Ankit On Tue, Jul 28, 2009 at 4:55 PM, Ankit Jain wrote: > On Tue, Jul 28, 2009 at 4:19 PM, vladatlshift wrote: >> >> Hi list, >> >> I've been trying out xbuild for a while and everything seems great except >> for the Exec task, which doesn't seem to work for me at

Re: [Mono-list] Building latest svn mono-2-4 fails due to missing

2009-07-28 Thread Gonzalo Paniagua Javier
On Tue, 2009-07-28 at 18:10 +0300, Sergii Volchkov wrote: > Hello, > > I am trying to build mono 2.4 from > http://anonsvn.mono-project.com/source/branches/mono-2-4, r138837. > The build fails for me with the following error message: > > > make[7]: Entering directory `/home/volk/mono/svn/mcs/cla

Re: [Mono-list] Empty string saved as null in sql server

2009-07-28 Thread srf
oh yes, I forgot to mention, it was mono 2.4.2 production release. Were those patches after this release. If you know that it was addressed in a commited patch I could get the latest daily and try it. thanks scott Nagappan wrote: > > Hello Scott, > > Which version of Mono are you using ? I re

Re: [Mono-list] Empty string saved as null in sql server

2009-07-28 Thread Nagappan Alagappan
Hello Scott, Which version of Mono are you using ? I remember Varadhan have recently committed lots of fix related to this area in ADO.NET. Thanks Nagappan On Tue, Jul 28, 2009 at 2:18 PM, srf wrote: > > I cant give you the exact ado .net commands since we use an Nhibernate Orm > but using its

Re: [Mono-list] Empty string saved as null in sql server

2009-07-28 Thread srf
I cant give you the exact ado .net commands since we use an Nhibernate Orm but using its tracing , this is what its preparing: INSERT INTO dbo.[EntityLabel] ([commitcount], [Saved], [Username], [Comment], [IsSnapshot], [Name], [Created], [Description], Id) VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6

Re: [Mono-list] Empty string saved as null in sql server

2009-07-28 Thread Nagappan Alagappan
Hello Scott, Can you post a sample test to reproduce the issue you have mentioned here ? Thanks Nagappan On Tue, Jul 28, 2009 at 1:41 PM, srf wrote: > > if I have a field that is an empty string rather than a null , when it gets > saved it inserts a null rather than an empty string. With windo

Re: [Mono-list] transaction support in mono

2009-07-28 Thread Nagappan Alagappan
Hello Mishra, What do you mean by Bank related transaction ? Guess you are talking about Database transaction !?! If so, are you using ADO.NET ? and if yes, which provider are you using ? Please provide detailed info, so that some one in this list can help you. Thanks Nagappan On Mon, Jul 27, 2

Re: [Mono-list] Link error at the mono dowload page

2009-07-28 Thread Petit Eric
2009/7/28 Jonathan Pobst : > Fixed, sorry about that.  Whoever added it probably was already logged into > OBS and didn't realize it was a protected page. no problem, "errare human est" > > Jonathan > > > Petit Eric wrote: >> >> Hi >> please at : http://mono-project.com/OpenSUSE_Build_Service could

[Mono-list] Empty string saved as null in sql server

2009-07-28 Thread srf
if I have a field that is an empty string rather than a null , when it gets saved it inserts a null rather than an empty string. With windows its works properly and stored an empty string. Has anyone else noticed this and had problems storing an empty string rather than a null value into a sqlserv

Re: [Mono-list] Link error at the mono dowload page

2009-07-28 Thread Jonathan Pobst
Fixed, sorry about that. Whoever added it probably was already logged into OBS and didn't realize it was a protected page. Jonathan Petit Eric wrote: > Hi > please at : http://mono-project.com/OpenSUSE_Build_Service could you > correct : https://build.opensuse.org/project/show?project=home%3As

[Mono-list] Link error at the mono dowload page

2009-07-28 Thread Petit Eric
Hi please at : http://mono-project.com/OpenSUSE_Build_Service could you correct : https://build.opensuse.org/project/show?project=home%3Asurfzoid by http://software.opensuse.org/search?baseproject=ALL&p=1&q=CS_OBexFTP i don't know this was came the link is at a login page !? -- Cordially. Sm

[Mono-list] Debug Logging in mod_mono

2009-07-28 Thread Abe Gillespie
Hi All, I'm getting the ever-popular System.DllNotFoundException: gdiplus.dll exception. I'm sure it's simply due to some missing image libraries (libpng, libjpeg, etc.), but I'd like to know precisely what. I've tried using "MonoDebug True" in the config but am not seeing anything in the logs.

[Mono-list] Announcing the release of Mono 2.4.2.3

2009-07-28 Thread Andrew Jorgensen
Today we're announcing the immediate release of Mono 2.4.2.3. This release fixes issues with precompiled MVC applications. The release notes are here: http://www.mono-project.com/Release_Notes_Mono_2.4.2.3 and downloads are available here: http://www.mono-project.com/Downloads Thanks

Re: [Mono-list] Keyboard bug in Mono

2009-07-28 Thread LKeene
Great news! Thank you. -L Carlos Alberto wrote: > > Hey, > > This is working with 2.4 > > Carlos. > > 2009/7/28 LKeene > >> >> Hello all. >> >> I'm testing on Mono 2.0 because our local Linux guy won't install 2.4. >> The >> following works fine on XP + Microsoft .NET, but generates no r

Re: [Mono-list] Keyboard bug in Mono

2009-07-28 Thread Carlos Alberto Cortez
Hey, This is working with 2.4 Carlos. 2009/7/28 LKeene > > Hello all. > > I'm testing on Mono 2.0 because our local Linux guy won't install 2.4. The > following works fine on XP + Microsoft .NET, but generates no response on > Red Hat + Mono 2.0. Has anyone else seen this bug? Has it been fixe

[Mono-list] Building latest svn mono-2-4 fails due to missing

2009-07-28 Thread Sergii Volchkov
Hello, I am trying to build mono 2.4 from http://anonsvn.mono-project.com/source/branches/mono-2-4, r138837. The build fails for me with the following error message: make[7]: Entering directory `/home/volk/mono/svn/mcs/class/System' Creating the per profile list ../../build/deps/net_2_1_bootstra

Re: [Mono-list] Exec task in xbuild not working at all

2009-07-28 Thread Ankit Jain
On Tue, Jul 28, 2009 at 4:19 PM, vladatlshift wrote: > > Hi list, > > I've been trying out xbuild for a while and everything seems great except > for the Exec task, which doesn't seem to work for me at all. That seems to be a bug, i'm working on fixing that now. BTW, please use the latest version

[Mono-list] Exec task in xbuild not working at all

2009-07-28 Thread vladatlshift
Hi list, I've been trying out xbuild for a while and everything seems great except for the Exec task, which doesn't seem to work for me at all. For example, the following simple .proj file: http://schemas.microsoft.com/developer/msbuild/2003";> when run with xbuild, it ou