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

[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

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.

[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

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

[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

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

[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 the

[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

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] 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] 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: mono-devel-list@lists.ximian.com Sent: Thursday, September

[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

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] 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

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!

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 tree. :(

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

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

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 cases.

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 table

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?