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

2006-09-20 Thread David
2006/9/21, Tony Gu <[EMAIL PROTECTED]>: David,I will argue that if OracleParametr a better solution because I dislike the Parameter personally :)  By the way, this is not only bug in the Parameter. The reality is that is not a bad workaround if you don't have the time(like me). The other options ar

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

2006-09-20 Thread Tony Gu
David,I will argue that if OracleParametr a better solution because I dislike the Parameter personally :)  By the way, this is not only bug in the Parameter. The reality is that is not a bad workaround if you don't have the time(like me). The other options are to wait the bug fixed or you go to fix

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

2006-09-20 Thread David
2006/9/21, Tony Gu <[EMAIL PROTECTED]>: David,Could you try to not use OracleParameter, just CommadText?I think the bug is in the Parameter decode.TonyIf not use the OracleParameter,the problem will not happen But not using OracleParametr is not a better solution, don't you think so? _

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

2006-09-20 Thread David
2006/9/21, Daniel Morgan <[EMAIL PROTECTED]>: 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 tabl

Re: [Mono-dev] [PATCH] 2 asp.net fixes

2006-09-20 Thread Gonzalo Paniagua Javier
On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote: > 2) MasterType.on.MasterPages.v3.diff > > Implements support for the MasterType directive for master pages. > Version 3 here adds a test case - I feel far better about the code than > the test case, as I've not written too many nunit test case

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

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

2006-09-20 Thread David
2006/9/19, Leszek Ciesielski <[EMAIL PROTECTED]>: This has already been reported (checkhttp://bugzilla.ximian.com/show_bug.cgi?id=79004 andhttp://bugzilla.ximian.com/show_bug.cgi?id=78840 ). Could you pleasetry the OracleClient from the repository? I was not able to replicatethe bug with the curre

Re: [Mono-dev] [PATCH] 2 asp.net fixes [OT]

2006-09-20 Thread Michael Schurter
joel reed wrote: > Gonzalo Paniagua Javier wrote: >> The patch for the test didn't apply cleanly. Can you provide a new patch >> against current svn? > > Ok, i took the mono-1.1.17.20060920 snapshot and redid it. If that > doesn't work, I can use svn, but it takes forever to pull the whole > tre

Re: [Mono-dev] [PATCH] 2 asp.net fixes

2006-09-20 Thread joel reed
Gonzalo Paniagua Javier wrote: On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote: Please find 2 asp.net patches attached. 1) Page.Add.Namespaces.v1.diff Implements TemplateParser.cs change for System.Web.Configuration.NamespaceCollection to work. This one is in svn now. awesome. thanks!

[Mono-dev] mono-devel-list, I want to invite you...

2006-09-20 Thread Sharique Farooqui
Hi, Sharique Farooqui [EMAIL PROTECTED] invites you to join his/her friends network at GAZZAG. GAZZAG is a community that connects people through their friends and friends of friends. GAZZAG helps you to keep in touch with your friends, meet new people through your friends, meet old friend

Re: [Mono-dev] SPAM-LOW: Re: Determining the Mono Release

2006-09-20 Thread Charlie Poole
Thanks, GetDisplayName was what I needed. Now I need to figure out what to /call/ the two versions I display, e.g.: 1.1.4322 and 1.1.17, so that they make sense to users. :-) Charlie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Kornél Pál

[Mono-dev] Announce: Mono.Fuse 0.4.0

2006-09-20 Thread Jonathan Pryor
Mono.Fuse is a C# binding for FUSE. It permits writing userspace filesystems on Linux. This release contains a few major changes to the public API for consistency and clarification purposes, the biggest of which is renaming Mono.Fuse.FileSystemEntry to Mono.Fuse.DirectoryEntry (which of course req

Re: [Mono-dev] Determining the Mono Release

2006-09-20 Thread Kornél Pál
Hi, See these posts: http://lists.ximian.com/pipermail/mono-devel-list/2005-May/012144.html http://lists.ximian.com/pipermail/mono-list/2005-June/027348.html Kornél - Original Message - From: "Charlie Poole" <[EMAIL PROTECTED]> To: Sent: Thursday, September 21, 2006 1:03 AM Subject: [M

[Mono-dev] NUnit on Mono

2006-09-20 Thread Charlie Poole
Hi All, FYI, the new WiX-based NUnit install for windows now detects whether Mono is present and creates a shortcut to run the NUnit gui under Mono. It's currently only available in the CVS source, but will be coming out in the next beta. Charlie __

Re: [Mono-dev] [PATCH] 2 asp.net fixes

2006-09-20 Thread Gonzalo Paniagua Javier
On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote: > Please find 2 asp.net patches attached. > > 1) Page.Add.Namespaces.v1.diff > > Implements TemplateParser.cs change for > System.Web.Configuration.NamespaceCollection to work. This one is in svn now. > 2) MasterType.on.MasterPages.v3.diff >

[Mono-dev] Determining the Mono Release

2006-09-20 Thread Charlie Poole
Hi All, I'd like to ascertain the mono release being run, for display in the nunit About box and console header. Any suggestions? Apologies if you see this twice - I asked before but it doesn't seem to have posted. Charlie ___ Mono-devel-list maili

[Mono-dev] Bug in MonoTorrent

2006-09-20 Thread Andreas Nahr
Hi,   I tried the MonoTorrent library and found a bug preventing if from working with large torrents or files. The torrent contained a file with > 3GB size (Linux DVD image):   System.IO.IOException was unhandled  Message="An attempt was made to move the file pointer before the beginning of

Re: [Mono-dev] Some bugs in ASP.NET

2006-09-20 Thread Gonzalo Paniagua Javier
On Wed, 2006-09-20 at 10:14 +0200, Hubert FONGARNAND wrote: > Hi, > > I thought that ASP.NET 1.1 support in mono has a certain maturity... > In fact there's still a lot of work! > > http://bugzilla.ximian.com/show_bug.cgi?id=79443 > http://bugzilla.ximian.com/show_bug.cgi?id=79445 > http://bugzil

[Mono-dev] [PATCH] 2 asp.net fixes

2006-09-20 Thread joel reed
Please find 2 asp.net patches attached. 1) Page.Add.Namespaces.v1.diff Implements TemplateParser.cs change for System.Web.Configuration.NamespaceCollection to work. See http://msdn2.microsoft.com/en-us/library/system.web.configuration.namespacecollection.aspx http://west-wind.com/weblog/posts

Re: [Mono-dev] App_Code

2006-09-20 Thread Tony Gu
Nick, Thanks! Please let us know when it could fixed. TonyNick Hoddinott <[EMAIL PROTECTED]> wrote: > Do we have the bug track for this?No, good point. I'll put together a small as possible test case thatautocompiles on Windows ASP.NET and submit that with the bug.Regards,Nick H Do you Y

Re: [Mono-dev] Possible bug in exceptions-ia64.c (was Re: Possible bug in mini-ia64.c)

2006-09-20 Thread Zoltan Varga
Hi, These are now fixed as well. Thanks for reporting this. Zoltan On 9/20/06, Bill Seurer <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote on 09/19/2006 11:13:52 AM: > > > Could you take a look at "mono_arch_call_opcode" function in mini-ia64.c. > ... > > That rem

[Mono-dev] Possible bug in exceptions-ia64.c (was Re: Possible bug in mini-ia64.c)

2006-09-20 Thread Bill Seurer
[EMAIL PROTECTED] wrote on 09/19/2006 11:13:52 AM: > Could you take a look at "mono_arch_call_opcode" function in mini-ia64.c. ... That reminded me, I noticed several probable problems in the ia64 exception code when I was looking at it a while back. It was in 1.1.15 and I haven't checked the n

[Mono-dev] [PATCH] System.Web.UI.Page.cs: Cross-page postback

2006-09-20 Thread Igor Zalmanovich
Hi,   There is patch that fixes Cross-page postback feature in ASP.NET 2.0   When page is invoked by cross-page posting, PreviousPage processed all live-cycle up to OnLoadComplite included.   See MSDN here: http://msdn2.microsoft.com/en-us/library/ms178139.aspx http://msdn2.microsoft

[Mono-dev] Patch for mono on Linux/Alpha

2006-09-20 Thread Sergey Tikhonov
Hello Zoltan, Here is another patch for mono on Linux/Alpha. Changes are: - Implemented passing of valuetypes in registers (taken from ia64 version) as requred by ABI (invoking of native methods works, invoking of managed methods from native code - fails) - Enable inline optimization for ar

Re: [Mono-dev] patch for System.Net/WebException.cs

2006-09-20 Thread Andrew Skiba
Hello. The previous testcase used a null for WebResponse. This may produce an impression, that not-null response would produce a different serialization result. So please consider an improved test in the attachment. I attach the fix for WebException again, for your convenience. Thank you. Andrew.

[Mono-dev] Some bugs in ASP.NET

2006-09-20 Thread Hubert FONGARNAND
Hi, I thought that ASP.NET 1.1 support in mono has a certain maturity... In fact there's still a lot of work! http://bugzilla.ximian.com/show_bug.cgi?id=79443 http://bugzilla.ximian.com/show_bug.cgi?id=79445 http://bugzilla.ximian.com/show_bug.cgi?id=79437 http://bugzilla.ximian.com/show_bug.

Re: [Mono-dev] App_Code

2006-09-20 Thread Nick Hoddinott
> Do we have the bug track for this? No, good point. I'll put together a small as possible test case that autocompiles on Windows ASP.NET and submit that with the bug. Regards, Nick H ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com ht